import * as Schema from "effect/Schema"; import * as ContainerConfig from "./ContainerConfig.generated.js"; import * as ImageManifestSummary from "./ImageManifestSummary.generated.js"; import * as ImageMetadata from "./ImageMetadata.generated.js"; import * as ImageRootFS from "./ImageRootFS.generated.js"; import * as StorageDriverData from "./StorageDriverData.generated.js"; import * as V1Descriptor from "./V1Descriptor.generated.js"; import * as V1DockerOCIImageConfig from "./V1DockerOCIImageConfig.generated.js"; declare const ImageInspectResponse_base: Schema.Class>; RepoDigests: Schema.NullOr>; Parent: Schema.optional; Comment: typeof Schema.String; Created: Schema.optional; Container: Schema.optional; ContainerConfig: Schema.optionalWith; DockerVersion: Schema.optional; Author: Schema.optional; Config: Schema.NullOr; Architecture: typeof Schema.String; Variant: Schema.optional; Os: typeof Schema.String; OsVersion: Schema.optional; Size: typeof Schema.Number; VirtualSize: Schema.optional; GraphDriver: Schema.NullishOr; RootFS: Schema.NullOr; Metadata: Schema.NullOr; Descriptor: Schema.optionalWith; Manifests: Schema.optionalWith>, { nullable: true; }>; }, Schema.Struct.Encoded<{ Id: typeof Schema.String; RepoTags: Schema.NullOr>; RepoDigests: Schema.NullOr>; Parent: Schema.optional; Comment: typeof Schema.String; Created: Schema.optional; Container: Schema.optional; ContainerConfig: Schema.optionalWith; DockerVersion: Schema.optional; Author: Schema.optional; Config: Schema.NullOr; Architecture: typeof Schema.String; Variant: Schema.optional; Os: typeof Schema.String; OsVersion: Schema.optional; Size: typeof Schema.Number; VirtualSize: Schema.optional; GraphDriver: Schema.NullishOr; RootFS: Schema.NullOr; Metadata: Schema.NullOr; Descriptor: Schema.optionalWith; Manifests: Schema.optionalWith>, { nullable: true; }>; }>, never, { readonly Size: number; } & { readonly Parent?: string | undefined; } & { readonly ContainerConfig?: ContainerConfig.ContainerConfig | undefined; } & { readonly Config: V1DockerOCIImageConfig.V1DockerOCIImageConfig | null; } & { readonly Id: string; } & { readonly Created?: string | undefined; } & { readonly GraphDriver: StorageDriverData.StorageDriverData | null | undefined; } & { readonly Comment: string; } & { readonly Descriptor?: V1Descriptor.V1Descriptor | undefined; } & { readonly Architecture: string; } & { readonly Os: string; } & { readonly RepoTags: readonly string[] | null; } & { readonly RepoDigests: readonly string[] | null; } & { readonly Container?: string | undefined; } & { readonly DockerVersion?: string | undefined; } & { readonly Author?: string | undefined; } & { readonly Variant?: string | undefined; } & { readonly OsVersion?: string | undefined; } & { readonly VirtualSize?: number | undefined; } & { readonly RootFS: ImageRootFS.ImageRootFS | null; } & { readonly Metadata: ImageMetadata.ImageMetadata | null; } & { readonly Manifests?: readonly (ImageManifestSummary.ImageManifestSummary | null)[] | undefined; }, {}, {}>; export declare class ImageInspectResponse extends ImageInspectResponse_base { } export {};