import { Unit } from "./interface"; export declare enum BytesUnitId { Bytes = "bytes", Kilobytes = "kilobytes", Megabytes = "megabytes", Gigabytes = "gigabytes", Terabytes = "terabytes", Petabytes = "petabytes", Bibytes = "bibytes", Kibibytes = "kibibytes", Mebibytes = "mebibytes", Gibibytes = "gibibytes", Tebibytes = "tebibytes", Pebibytes = "pebibytes", b = "b", B = "B", KB = "KB", MB = "MB", GB = "GB" } export declare const bytes: Unit[]; export declare const bibytes: Unit[]; export declare const deprecatedBytes: Unit[]; //# sourceMappingURL=bytes.d.ts.map