export declare const toBase64: (file: Blob) => Promise; export declare const humanFileSize: (bytes: number, dp?: number) => string;