declare const NumberPrototypeToExponential: (t: Number, fractionDigits?: number) => ReturnType; export = NumberPrototypeToExponential;