import * as z from "zod/v3"; import * as components from "../components/index.js"; export type UpdateApiKeyPairRequest = { /** * The ID of the API key pair. */ apiKeyPairId: string; apiKeyPairUpdate: components.APIKeyPairUpdate; }; /** @internal */ export type UpdateApiKeyPairRequest$Outbound = { api_key_pair_id: string; APIKeyPairUpdate: components.APIKeyPairUpdate$Outbound; }; /** @internal */ export declare const UpdateApiKeyPairRequest$outboundSchema: z.ZodType; export declare function updateApiKeyPairRequestToJSON(updateApiKeyPairRequest: UpdateApiKeyPairRequest): string; //# sourceMappingURL=updateapikeypair.d.ts.map