import * as z from "zod/v3"; export type ListDigitalWalletsGlobals = { merchantAccountId?: string | undefined; }; export type ListDigitalWalletsRequest = { /** * The ID of the merchant account to use for this request. */ merchantAccountId?: string | null | undefined; }; /** @internal */ export type ListDigitalWalletsRequest$Outbound = { merchantAccountId?: string | null | undefined; }; /** @internal */ export declare const ListDigitalWalletsRequest$outboundSchema: z.ZodType; export declare function listDigitalWalletsRequestToJSON(listDigitalWalletsRequest: ListDigitalWalletsRequest): string; //# sourceMappingURL=listdigitalwallets.d.ts.map