import * as Schema from "effect/Schema"; declare const ContainerMemoryStats_base: Schema.Class; max_usage: Schema.optional; stats: Schema.optionalWith, { nullable: true; }>; failcnt: Schema.optional; limit: Schema.optional; commitbytes: Schema.optional; commitpeakbytes: Schema.optional; privateworkingset: Schema.optional; }, Schema.Struct.Encoded<{ usage: Schema.optional; max_usage: Schema.optional; stats: Schema.optionalWith, { nullable: true; }>; failcnt: Schema.optional; limit: Schema.optional; commitbytes: Schema.optional; commitpeakbytes: Schema.optional; privateworkingset: Schema.optional; }>, never, { readonly usage?: number | undefined; } & { readonly max_usage?: number | undefined; } & { readonly stats?: { readonly [x: string]: number; } | undefined; } & { readonly failcnt?: number | undefined; } & { readonly limit?: number | undefined; } & { readonly commitbytes?: number | undefined; } & { readonly commitpeakbytes?: number | undefined; } & { readonly privateworkingset?: number | undefined; }, {}, {}>; export declare class ContainerMemoryStats extends ContainerMemoryStats_base { } export {};