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