import * as Schema from "effect/Schema"; import * as SwarmDriver from "./SwarmDriver.generated.js"; declare const SwarmSecretSpec_base: Schema.Class, string, never>, { nullable: true; }>; Driver: Schema.optionalWith; Templating: Schema.optionalWith; Name: Schema.optional; Labels: Schema.NullOr>; }, Schema.Struct.Encoded<{ Data: Schema.optionalWith, string, never>, { nullable: true; }>; Driver: Schema.optionalWith; Templating: Schema.optionalWith; Name: Schema.optional; Labels: Schema.NullOr>; }>, never, { readonly Labels: { readonly [x: string]: string; } | null; } & { readonly Driver?: SwarmDriver.SwarmDriver | undefined; } & { readonly Name?: string | undefined; } & { readonly Data?: Uint8Array | undefined; } & { readonly Templating?: SwarmDriver.SwarmDriver | undefined; }, {}, {}>; export declare class SwarmSecretSpec extends SwarmSecretSpec_base { } export {};