import * as Schema from "effect/Schema";
declare const SwarmUnlockKeyResponse_base: Schema.Class<SwarmUnlockKeyResponse, {
    UnlockKey: typeof Schema.String;
}, Schema.Struct.Encoded<{
    UnlockKey: typeof Schema.String;
}>, never, {
    readonly UnlockKey: string;
}, {}, {}>;
export declare class SwarmUnlockKeyResponse extends SwarmUnlockKeyResponse_base {
}
export {};
//# sourceMappingURL=SwarmUnlockKeyResponse.generated.d.ts.map