export declare function toInt(h: any): any; export declare const stringify: typeof convertToString; declare function convertToString(v: any): any; export {};