import * as z from "zod/v4-mini"; export type GetWalletsByCustomerIdRequest = { /** * Customer ID */ id: string; }; /** @internal */ export type GetWalletsByCustomerIdRequest$Outbound = { id: string; }; /** @internal */ export declare const GetWalletsByCustomerIdRequest$outboundSchema: z.ZodMiniType; export declare function getWalletsByCustomerIdRequestToJSON(getWalletsByCustomerIdRequest: GetWalletsByCustomerIdRequest): string; //# sourceMappingURL=get-wallets-by-customer-id-op.d.ts.map