import * as Schema from "effect/Schema"; declare const ContainerExecStartOptions_base: Schema.Class>, { nullable: true; }>; }, Schema.Struct.Encoded<{ Detach: typeof Schema.Boolean; Tty: typeof Schema.Boolean; ConsoleSize: Schema.optionalWith>, { nullable: true; }>; }>, never, { readonly Tty: boolean; } & { readonly ConsoleSize?: readonly number[] | undefined; } & { readonly Detach: boolean; }, {}, {}>; export declare class ContainerExecStartOptions extends ContainerExecStartOptions_base { } export {};