// @flow declare module.exports: ( value: number | string, options?: { currency?: string, currencyPosition?: 'before' | 'after', decimals?: number, decimalSeparator?: string, orderSeparator?: string, zeroDecimals?: string, space?: string } ) => string;