import * as Schema from "effect/Schema";
declare const ContainerLogConfig_base: Schema.Class<ContainerLogConfig, {
    Type: typeof Schema.String;
    Config: Schema.NullOr<Schema.Record$<typeof Schema.String, typeof Schema.String>>;
}, Schema.Struct.Encoded<{
    Type: typeof Schema.String;
    Config: Schema.NullOr<Schema.Record$<typeof Schema.String, typeof Schema.String>>;
}>, never, {
    readonly Type: string;
} & {
    readonly Config: {
        readonly [x: string]: string;
    } | null;
}, {}, {}>;
export declare class ContainerLogConfig extends ContainerLogConfig_base {
}
export {};
//# sourceMappingURL=ContainerLogConfig.generated.d.ts.map