/** Compute a size in bytes into an human readable value */ export declare function calcHumanFileSize(size: number, fileSizeUnits: string[], separator?: string): string;