declare const parseInt: (...args: any[]) => number | ""; export default parseInt;