export declare function isEmpty(str: string): boolean; export declare function isNotEmpty(str: string): boolean; export declare function formatSize(size: number): string; export declare function randomString(length: number): string;