export declare namespace Bytes { type ByteStorageStr = string; function toBytes(format: ByteStorageStr): number; function format(bytes: number): string; }