export function formatInt(num: any, base: any): string;
export function parseInt(str: any, base: any): number;
