import * as z from "zod/v3"; export type DlocalCardOptions = { /** * Indicates whether to force dlocal hosted 3D Secure authentication for the card transaction. */ threeDsecureForce?: boolean | null | undefined; }; /** @internal */ export type DlocalCardOptions$Outbound = { three_dsecure_force?: boolean | null | undefined; }; /** @internal */ export declare const DlocalCardOptions$outboundSchema: z.ZodType; export declare function dlocalCardOptionsToJSON(dlocalCardOptions: DlocalCardOptions): string; //# sourceMappingURL=dlocalcardoptions.d.ts.map