/**
 * Format a byte count as a human-readable decimal value
 * @example 1024 -> 1 kB
 * @example 1025 -> 1.03 kB
 */
export declare const formatBytes: (value: number, precision?: number) => string;
//# sourceMappingURL=format-bytes.d.ts.map