/** * @providesModule ES6_ExportFrom_Source1 * @flow */ declare export var numberValue1: number; declare export var numberValue2: number;