import * as Schema from "effect/Schema";
declare const SwarmAnnotations_base: Schema.Class<SwarmAnnotations, {
    Name: Schema.optional<typeof Schema.String>;
    Labels: Schema.NullOr<Schema.Record$<typeof Schema.String, typeof Schema.String>>;
}, Schema.Struct.Encoded<{
    Name: Schema.optional<typeof Schema.String>;
    Labels: Schema.NullOr<Schema.Record$<typeof Schema.String, typeof Schema.String>>;
}>, never, {
    readonly Name?: string | undefined;
} & {
    readonly Labels: {
        readonly [x: string]: string;
    } | null;
}, {}, {}>;
export declare class SwarmAnnotations extends SwarmAnnotations_base {
}
export {};
//# sourceMappingURL=SwarmAnnotations.generated.d.ts.map