import * as Schema from "effect/Schema"; declare const ContainerPidsStats_base: Schema.Class; limit: Schema.optional; }, Schema.Struct.Encoded<{ current: Schema.optional; limit: Schema.optional; }>, never, { readonly limit?: number | undefined; } & { readonly current?: number | undefined; }, {}, {}>; export declare class ContainerPidsStats extends ContainerPidsStats_base { } export {};