import * as Schema from "effect/Schema";
declare const ContainerWaitExitError_base: Schema.Class<ContainerWaitExitError, Schema.Struct<{
    readonly Message: Schema.optional<Schema.String>;
}>, {}>;
export declare class ContainerWaitExitError extends ContainerWaitExitError_base {
}
export {};
//# sourceMappingURL=ContainerWaitExitError.generated.d.ts.map