import * as z from "zod/v3"; export type DeleteThreeDsConfigurationRequest = { /** * The ID of the merchant account. */ merchantAccountId: string; /** * The ID of the 3DS configuration for a merchant account. */ threeDsConfigurationId: string; }; /** @internal */ export type DeleteThreeDsConfigurationRequest$Outbound = { merchant_account_id: string; three_ds_configuration_id: string; }; /** @internal */ export declare const DeleteThreeDsConfigurationRequest$outboundSchema: z.ZodType; export declare function deleteThreeDsConfigurationRequestToJSON(deleteThreeDsConfigurationRequest: DeleteThreeDsConfigurationRequest): string; //# sourceMappingURL=deletethreedsconfiguration.d.ts.map