/** * Format bytes as a human-readable string. */ export declare function formatBytes(bytes: number): string; //# sourceMappingURL=format.d.ts.map