/**
 * Format bytes or bytes per second to human readable format
 * @param bytes Bytes to format
 * @param speed Format as bytes per second, default false
 * @returns formatted string
 */
export declare function prettySize(bytes: number, speed?: boolean): string;
//# sourceMappingURL=Util.d.ts.map