import * as z from "zod/v4-mini"; export type CustomerPortalWalletsGetSecurity = { customerSession?: string | undefined; memberSession?: string | undefined; }; export type CustomerPortalWalletsGetRequest = { /** * The wallet ID. */ id: string; }; /** @internal */ export type CustomerPortalWalletsGetSecurity$Outbound = { customer_session?: string | undefined; member_session?: string | undefined; }; /** @internal */ export declare const CustomerPortalWalletsGetSecurity$outboundSchema: z.ZodMiniType; export declare function customerPortalWalletsGetSecurityToJSON(customerPortalWalletsGetSecurity: CustomerPortalWalletsGetSecurity): string; /** @internal */ export type CustomerPortalWalletsGetRequest$Outbound = { id: string; }; /** @internal */ export declare const CustomerPortalWalletsGetRequest$outboundSchema: z.ZodMiniType; export declare function customerPortalWalletsGetRequestToJSON(customerPortalWalletsGetRequest: CustomerPortalWalletsGetRequest): string; //# sourceMappingURL=customerportalwalletsget.d.ts.map