export declare const parseInt: (radix: number | undefined) => (string: string) => number;
