export declare const toInt: (num: string | number) => number;
