import * as Schema from "effect/Schema";
declare const SwarmNamedGenericResource_base: Schema.Class<SwarmNamedGenericResource, {
    Kind: Schema.optional<typeof Schema.String>;
    Value: Schema.optional<typeof Schema.String>;
}, Schema.Struct.Encoded<{
    Kind: Schema.optional<typeof Schema.String>;
    Value: Schema.optional<typeof Schema.String>;
}>, never, {
    readonly Kind?: string | undefined;
} & {
    readonly Value?: string | undefined;
}, {}, {}>;
export declare class SwarmNamedGenericResource extends SwarmNamedGenericResource_base {
}
export {};
//# sourceMappingURL=SwarmNamedGenericResource.generated.d.ts.map