declare const NumberParseInt: (string: string, radix?: number) => number; export = NumberParseInt;