/** * Shared Zod schemas for tool input parameters. */ import { z } from "zod"; /** * Shared 'sponsored' input schema for tools that support sponsored transactions. */ export declare const sponsoredSchema: z.ZodDefault>; //# sourceMappingURL=schemas.d.ts.map