export declare function nullToEmptyStr(obj: string | number): string; export declare function chunkSubstr(str: any, size: any): any[];