import * as z from "zod/v3"; export declare const GetTokenFromConfidentialAuthCodeServerList: readonly ["https://account-d.docusign.com", "https://account.docusign.com"]; export type GetTokenFromConfidentialAuthCodeSecurity = { clientId: string; secretKey: string; }; /** @internal */ export type GetTokenFromConfidentialAuthCodeSecurity$Outbound = { clientId: string; secretKey: string; }; /** @internal */ export declare const GetTokenFromConfidentialAuthCodeSecurity$outboundSchema: z.ZodType; export declare function getTokenFromConfidentialAuthCodeSecurityToJSON(getTokenFromConfidentialAuthCodeSecurity: GetTokenFromConfidentialAuthCodeSecurity): string; //# sourceMappingURL=gettokenfromconfidentialauthcode.d.ts.map