import * as z from "zod/v4-mini"; export type GetWalletBalanceRequest = { /** * Wallet ID */ id: string; /** * Expand fields (e.g., credits_available_breakdown) */ expand?: string | undefined; }; /** @internal */ export type GetWalletBalanceRequest$Outbound = { id: string; expand?: string | undefined; }; /** @internal */ export declare const GetWalletBalanceRequest$outboundSchema: z.ZodMiniType; export declare function getWalletBalanceRequestToJSON(getWalletBalanceRequest: GetWalletBalanceRequest): string; //# sourceMappingURL=get-wallet-balance-op.d.ts.map