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