import * as z from "zod/v4-mini"; import { UpdateWalletRequest, UpdateWalletRequest$Outbound } from "./update-wallet-request.js"; export type UpdateWalletRequestRequest = { /** * Wallet ID */ id: string; /** * Update wallet request */ body: UpdateWalletRequest; }; /** @internal */ export type UpdateWalletRequestRequest$Outbound = { id: string; body: UpdateWalletRequest$Outbound; }; /** @internal */ export declare const UpdateWalletRequestRequest$outboundSchema: z.ZodMiniType; export declare function updateWalletRequestRequestToJSON(updateWalletRequestRequest: UpdateWalletRequestRequest): string; //# sourceMappingURL=update-wallet-op.d.ts.map