import * as Schema from "effect/Schema"; import * as ContainerHostConfig from "./ContainerHostConfig.generated.js"; import * as ContainerState from "./ContainerState.generated.js"; import * as StorageDriverData from "./StorageDriverData.generated.js"; declare const ContainerContainerJSONBase_base: Schema.Class>; State: Schema.NullOr; Image: typeof Schema.String; ResolvConfPath: typeof Schema.String; HostnamePath: typeof Schema.String; HostsPath: typeof Schema.String; LogPath: typeof Schema.String; Name: typeof Schema.String; RestartCount: typeof Schema.Number; Driver: typeof Schema.String; Platform: typeof Schema.String; MountLabel: typeof Schema.String; ProcessLabel: typeof Schema.String; AppArmorProfile: typeof Schema.String; ExecIDs: Schema.NullOr>; HostConfig: Schema.NullOr; GraphDriver: Schema.NullishOr; SizeRw: Schema.optionalWith; SizeRootFs: Schema.optionalWith; }, Schema.Struct.Encoded<{ Id: typeof Schema.String; Created: typeof Schema.String; Path: typeof Schema.String; Args: Schema.NullOr>; State: Schema.NullOr; Image: typeof Schema.String; ResolvConfPath: typeof Schema.String; HostnamePath: typeof Schema.String; HostsPath: typeof Schema.String; LogPath: typeof Schema.String; Name: typeof Schema.String; RestartCount: typeof Schema.Number; Driver: typeof Schema.String; Platform: typeof Schema.String; MountLabel: typeof Schema.String; ProcessLabel: typeof Schema.String; AppArmorProfile: typeof Schema.String; ExecIDs: Schema.NullOr>; HostConfig: Schema.NullOr; GraphDriver: Schema.NullishOr; SizeRw: Schema.optionalWith; SizeRootFs: Schema.optionalWith; }>, never, { readonly Path: string; } & { readonly Image: string; } & { readonly Driver: string; } & { readonly Name: string; } & { readonly Id: string; } & { readonly Created: string; } & { readonly ResolvConfPath: string; } & { readonly HostnamePath: string; } & { readonly HostsPath: string; } & { readonly LogPath: string; } & { readonly RestartCount: number; } & { readonly Platform: string; } & { readonly MountLabel: string; } & { readonly ProcessLabel: string; } & { readonly AppArmorProfile: string; } & { readonly Args: readonly string[] | null; } & { readonly State: ContainerState.ContainerState | null; } & { readonly ExecIDs: readonly string[] | null; } & { readonly HostConfig: ContainerHostConfig.ContainerHostConfig | null; } & { readonly GraphDriver: StorageDriverData.StorageDriverData | null | undefined; } & { readonly SizeRw?: number | undefined; } & { readonly SizeRootFs?: number | undefined; }, {}, {}>; export declare class ContainerContainerJSONBase extends ContainerContainerJSONBase_base { } export {};