import * as Schema from "effect/Schema"; import * as SwarmPluginDescription from "./SwarmPluginDescription.generated.js"; declare const SwarmEngineDescription_base: Schema.Class; Labels: Schema.optionalWith, { nullable: true; }>; Plugins: Schema.optionalWith>, { nullable: true; }>; }, Schema.Struct.Encoded<{ EngineVersion: Schema.optional; Labels: Schema.optionalWith, { nullable: true; }>; Plugins: Schema.optionalWith>, { nullable: true; }>; }>, never, { readonly Labels?: { readonly [x: string]: string; } | undefined; } & { readonly EngineVersion?: string | undefined; } & { readonly Plugins?: readonly (SwarmPluginDescription.SwarmPluginDescription | null)[] | undefined; }, {}, {}>; export declare class SwarmEngineDescription extends SwarmEngineDescription_base { } export {};