/** * Zod schema for balance tool */ import { z } from "zod"; export declare const CheckBalanceInputSchema: z.ZodObject<{ response_format: z.ZodDefault>; }, "strict", z.ZodTypeAny, { response_format: import("../constants.js").ResponseFormat; }, { response_format?: import("../constants.js").ResponseFormat | undefined; }>;