import * as Schema from "effect/Schema"; import * as V1HealthcheckConfig from "./V1HealthcheckConfig.generated.js"; declare const V1DockerOCIImageConfigExt_base: Schema.Class; OnBuild: Schema.optionalWith, { nullable: true; }>; Shell: Schema.optionalWith, { nullable: true; }>; }, Schema.Struct.Encoded<{ Healthcheck: Schema.optionalWith; OnBuild: Schema.optionalWith, { nullable: true; }>; Shell: Schema.optionalWith, { nullable: true; }>; }>, never, { readonly Healthcheck?: V1HealthcheckConfig.V1HealthcheckConfig | undefined; } & { readonly OnBuild?: readonly string[] | undefined; } & { readonly Shell?: readonly string[] | undefined; }, {}, {}>; export declare class V1DockerOCIImageConfigExt extends V1DockerOCIImageConfigExt_base { } export {};