import * as z from "zod/v3"; export type PowertranzOptions = { /** * Indicates to PowerTranz whether to skip the 3DS authentication for this transaction. */ skipThreeDSecure?: boolean | null | undefined; }; /** @internal */ export type PowertranzOptions$Outbound = { skipThreeDSecure?: boolean | null | undefined; }; /** @internal */ export declare const PowertranzOptions$outboundSchema: z.ZodType; export declare function powertranzOptionsToJSON(powertranzOptions: PowertranzOptions): string; //# sourceMappingURL=powertranzoptions.d.ts.map