import type { z } from 'zod'; import type { schema } from './schemas.ts'; type ToolProps = { url: z.infer; }; export type { ToolProps }; //# sourceMappingURL=types.d.ts.map