export declare const toLocaleString: (options: Intl.NumberFormatOptions | undefined) => (locales: Intl.LocalesArgument | undefined) => (number: number) => string;
