/** * Format a byte count using SI units (multiples of 1000, e.g. `1.2 GB`). * * Negative or non-finite inputs are returned as `" B"` without unit conversion. */ export declare function formatBytes(bytes: number): string; //# sourceMappingURL=formatBytes.d.ts.map