import * as Schema from "effect/Schema"; declare const ContainerThrottlingData_base: Schema.Class, never, { readonly periods: number; } & { readonly throttled_periods: number; } & { readonly throttled_time: number; }, {}, {}>; export declare class ContainerThrottlingData extends ContainerThrottlingData_base { } export {};