import * as z from "zod/v3"; import { DlocalUPIWalletOptions, DlocalUPIWalletOptions$Outbound } from "./dlocalupiwalletoptions.js"; export type DlocalUPIOptions = { /** * Passes `wallet` data to the dLocal API for those connectors that need it. */ wallet?: DlocalUPIWalletOptions | null | undefined; }; /** @internal */ export type DlocalUPIOptions$Outbound = { wallet?: DlocalUPIWalletOptions$Outbound | null | undefined; }; /** @internal */ export declare const DlocalUPIOptions$outboundSchema: z.ZodType; export declare function dlocalUPIOptionsToJSON(dlocalUPIOptions: DlocalUPIOptions): string; //# sourceMappingURL=dlocalupioptions.d.ts.map