export declare function formatBytesToHuman(bytes: number): string; export declare function parseFileSizeToBytes(sizeStr: string): number;