import * as z from "zod/v3"; export type GetApiKeyPairRequest = { /** * The ID of the API key pair. */ apiKeyPairId: string; }; /** @internal */ export type GetApiKeyPairRequest$Outbound = { api_key_pair_id: string; }; /** @internal */ export declare const GetApiKeyPairRequest$outboundSchema: z.ZodType; export declare function getApiKeyPairRequestToJSON(getApiKeyPairRequest: GetApiKeyPairRequest): string; //# sourceMappingURL=getapikeypair.d.ts.map