declare const NumberPrototypeToLocaleString: (t: Number, locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions) => ReturnType; export = NumberPrototypeToLocaleString;