export declare const convertNumBytes: (numBytes: number) => { toKB: () => number; toMB: () => number; }; export declare function getFolderSize(filePaths: string | string[]): Promise; //# sourceMappingURL=fileSize.d.ts.map