/** * Convert a byte count into human readable byte numbers * * eg 1024 => 1KB * * @param bytes byte count to convert */ export declare function toByteSizeString(bytes: number): string; //# sourceMappingURL=util.bytes.d.ts.map