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