declare const NumberPrototypeToString: (t: Number, radix?: number) => ReturnType; export = NumberPrototypeToString;