import * as Schema from "effect/Schema";
import * as BuildCacheRecord from "./BuildCacheRecord.generated.ts";
import * as ContainerSummary from "./ContainerSummary.generated.ts";
import * as ImageSummary from "./ImageSummary.generated.ts";
import * as VolumeVolume from "./VolumeVolume.generated.ts";
declare const TypesDiskUsage_base: Schema.Class<TypesDiskUsage, Schema.Struct<{
    readonly LayersSize: Schema.optional<Schema.decodeTo<Schema.BigInt, Schema.String, never, never>>;
    readonly Images: Schema.NullOr<Schema.$Array<Schema.NullOr<typeof ImageSummary.ImageSummary>>>;
    readonly Containers: Schema.NullOr<Schema.$Array<Schema.NullOr<typeof ContainerSummary.ContainerSummary>>>;
    readonly Volumes: Schema.NullOr<Schema.$Array<Schema.NullOr<typeof VolumeVolume.VolumeVolume>>>;
    readonly BuildCache: Schema.NullOr<Schema.$Array<Schema.NullOr<typeof BuildCacheRecord.BuildCacheRecord>>>;
    readonly BuilderSize: Schema.optional<Schema.decodeTo<Schema.BigInt, Schema.String, never, never>>;
}>, {}>;
export declare class TypesDiskUsage extends TypesDiskUsage_base {
}
export {};
//# sourceMappingURL=TypesDiskUsage.generated.d.ts.map