import * as Schema from "effect/Schema"; import * as ContainerConfig from "./ContainerConfig.generated.js"; import * as ContainerMountPoint from "./ContainerMountPoint.generated.js"; import * as ContainerNetworkSettings from "./ContainerNetworkSettings.generated.js"; import * as V1Descriptor from "./V1Descriptor.generated.js"; declare const ContainerInspectResponse_base: Schema.Class>>; Config: Schema.NullOr; NetworkSettings: Schema.NullOr; ImageManifestDescriptor: Schema.optionalWith; 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; }, Schema.Struct.Encoded<{ Mounts: Schema.NullOr>>; Config: Schema.NullOr; NetworkSettings: Schema.NullOr; ImageManifestDescriptor: Schema.optionalWith; 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 Config: ContainerConfig.ContainerConfig | null; } & { readonly Driver: string; } & { readonly Name: string; } & { readonly Mounts: readonly (ContainerMountPoint.ContainerMountPoint | null)[] | null; } & { 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: import("./ContainerState.generated.ts").ContainerState | null; } & { readonly ExecIDs: readonly string[] | null; } & { readonly HostConfig: import("./ContainerHostConfig.generated.ts").ContainerHostConfig | null; } & { readonly GraphDriver: import("./StorageDriverData.generated.ts").StorageDriverData | null | undefined; } & { readonly SizeRw?: number | undefined; } & { readonly SizeRootFs?: number | undefined; } & { readonly NetworkSettings: ContainerNetworkSettings.ContainerNetworkSettings | null; } & { readonly ImageManifestDescriptor?: V1Descriptor.V1Descriptor | undefined; }, {}, {}>; export declare class ContainerInspectResponse extends ContainerInspectResponse_base { } export {};