import * as Schema from "effect/Schema"; import * as MountDriver from "./MountDriver.generated.js"; declare const MountVolumeOptions_base: Schema.Class; Labels: Schema.optionalWith, { nullable: true; }>; Subpath: Schema.optional; DriverConfig: Schema.optionalWith; }, Schema.Struct.Encoded<{ NoCopy: Schema.optional; Labels: Schema.optionalWith, { nullable: true; }>; Subpath: Schema.optional; DriverConfig: Schema.optionalWith; }>, never, { readonly Labels?: { readonly [x: string]: string; } | undefined; } & { readonly Subpath?: string | undefined; } & { readonly NoCopy?: boolean | undefined; } & { readonly DriverConfig?: MountDriver.MountDriver | undefined; }, {}, {}>; export declare class MountVolumeOptions extends MountVolumeOptions_base { } export {};