import * as Schema from "effect/Schema"; import * as VolumeClusterVolumeSpec from "./VolumeClusterVolumeSpec.generated.js"; declare const VolumeCreateOptions_base: Schema.Class; Driver: Schema.optional; DriverOpts: Schema.optionalWith, { nullable: true; }>; Labels: Schema.optionalWith, { nullable: true; }>; Name: Schema.optional; }, Schema.Struct.Encoded<{ ClusterVolumeSpec: Schema.optionalWith; Driver: Schema.optional; DriverOpts: Schema.optionalWith, { nullable: true; }>; Labels: Schema.optionalWith, { nullable: true; }>; Name: Schema.optional; }>, never, { readonly Labels?: { readonly [x: string]: string; } | undefined; } & { readonly Driver?: string | undefined; } & { readonly Name?: string | undefined; } & { readonly DriverOpts?: { readonly [x: string]: string; } | undefined; } & { readonly ClusterVolumeSpec?: VolumeClusterVolumeSpec.VolumeClusterVolumeSpec | undefined; }, {}, {}>; export declare class VolumeCreateOptions extends VolumeCreateOptions_base { } export {};