import * as z from "zod/v4-mini"; export type GetWalletRequest = { /** * Wallet ID */ id: string; }; /** @internal */ export type GetWalletRequest$Outbound = { id: string; }; /** @internal */ export declare const GetWalletRequest$outboundSchema: z.ZodMiniType; export declare function getWalletRequestToJSON(getWalletRequest: GetWalletRequest): string; //# sourceMappingURL=get-wallet-op.d.ts.map