import * as Schema from "effect/Schema"; declare const V1DockerOCIImageConfig_base: Schema.Class; OnBuild: Schema.optionalWith, { nullable: true; }>; Shell: Schema.optionalWith, { nullable: true; }>; User: Schema.optional; ExposedPorts: Schema.optionalWith, { nullable: true; }>; Env: Schema.optionalWith, { nullable: true; }>; Entrypoint: Schema.optionalWith, { nullable: true; }>; Cmd: Schema.optionalWith, { nullable: true; }>; Volumes: Schema.optionalWith, { nullable: true; }>; WorkingDir: Schema.optional; Labels: Schema.optionalWith, { nullable: true; }>; StopSignal: Schema.optional; ArgsEscaped: Schema.optional; }, Schema.Struct.Encoded<{ Healthcheck: Schema.optionalWith; OnBuild: Schema.optionalWith, { nullable: true; }>; Shell: Schema.optionalWith, { nullable: true; }>; User: Schema.optional; ExposedPorts: Schema.optionalWith, { nullable: true; }>; Env: Schema.optionalWith, { nullable: true; }>; Entrypoint: Schema.optionalWith, { nullable: true; }>; Cmd: Schema.optionalWith, { nullable: true; }>; Volumes: Schema.optionalWith, { nullable: true; }>; WorkingDir: Schema.optional; Labels: Schema.optionalWith, { nullable: true; }>; StopSignal: Schema.optional; ArgsEscaped: Schema.optional; }>, never, { readonly User?: string | undefined; } & { readonly ExposedPorts?: { readonly [x: string]: object; } | undefined; } & { readonly Env?: readonly string[] | undefined; } & { readonly Cmd?: readonly string[] | undefined; } & { readonly Healthcheck?: import("./V1HealthcheckConfig.generated.ts").V1HealthcheckConfig | undefined; } & { readonly ArgsEscaped?: boolean | undefined; } & { readonly Volumes?: { readonly [x: string]: object; } | undefined; } & { readonly WorkingDir?: string | undefined; } & { readonly Entrypoint?: readonly string[] | undefined; } & { readonly OnBuild?: readonly string[] | undefined; } & { readonly Labels?: { readonly [x: string]: string; } | undefined; } & { readonly StopSignal?: string | undefined; } & { readonly Shell?: readonly string[] | undefined; }, {}, {}>; export declare class V1DockerOCIImageConfig extends V1DockerOCIImageConfig_base { } export {};