import * as Schema from "effect/Schema"; declare const ContainerStorageStats_base: Schema.Class; read_size_bytes: Schema.optional; write_count_normalized: Schema.optional; write_size_bytes: Schema.optional; }, Schema.Struct.Encoded<{ read_count_normalized: Schema.optional; read_size_bytes: Schema.optional; write_count_normalized: Schema.optional; write_size_bytes: Schema.optional; }>, never, { readonly read_count_normalized?: number | undefined; } & { readonly read_size_bytes?: number | undefined; } & { readonly write_count_normalized?: number | undefined; } & { readonly write_size_bytes?: number | undefined; }, {}, {}>; export declare class ContainerStorageStats extends ContainerStorageStats_base { } export {};