import * as Schema from "effect/Schema"; import * as VolumeClusterVolume from "./VolumeClusterVolume.generated.js"; import * as VolumeUsageData from "./VolumeUsageData.generated.js"; declare const VolumeVolume_base: Schema.Class; CreatedAt: Schema.optional; Driver: typeof Schema.String; Labels: Schema.NullOr>; Mountpoint: typeof Schema.String; Name: typeof Schema.String; Options: Schema.NullOr>; Scope: typeof Schema.String; Status: Schema.optionalWith, { nullable: true; }>; UsageData: Schema.optionalWith; }, Schema.Struct.Encoded<{ ClusterVolume: Schema.optionalWith; CreatedAt: Schema.optional; Driver: typeof Schema.String; Labels: Schema.NullOr>; Mountpoint: typeof Schema.String; Name: typeof Schema.String; Options: Schema.NullOr>; Scope: typeof Schema.String; Status: Schema.optionalWith, { nullable: true; }>; UsageData: Schema.optionalWith; }>, never, { readonly CreatedAt?: Date | undefined; } & { readonly Labels: { readonly [x: string]: string; } | null; } & { readonly Driver: string; } & { readonly Options: { readonly [x: string]: string; } | null; } & { readonly Name: string; } & { readonly Status?: { readonly [x: string]: object; } | undefined; } & { readonly Scope: string; } & { readonly Mountpoint: string; } & { readonly ClusterVolume?: VolumeClusterVolume.VolumeClusterVolume | undefined; } & { readonly UsageData?: VolumeUsageData.VolumeUsageData | undefined; }, {}, {}>; export declare class VolumeVolume extends VolumeVolume_base { } export {};