import * as Schema from "effect/Schema";
declare const ContainerThrottlingData_base: Schema.Class<ContainerThrottlingData, Schema.Struct<{
    readonly periods: Schema.decodeTo<Schema.BigInt, Schema.String, never, never>;
    readonly throttled_periods: Schema.decodeTo<Schema.BigInt, Schema.String, never, never>;
    readonly throttled_time: Schema.decodeTo<Schema.BigInt, Schema.String, never, never>;
}>, {}>;
export declare class ContainerThrottlingData extends ContainerThrottlingData_base {
}
export {};
//# sourceMappingURL=ContainerThrottlingData.generated.d.ts.map