import type { Tool } from 'fastmcp'; import { z } from 'zod'; declare const parameters: z.ZodObject<{ imageUrl: z.ZodString; }, "strip", z.ZodTypeAny, { imageUrl: string; }, { imageUrl: string; }>; type TextureEnhancementParams = z.infer; declare const textureEnhancement: Tool>; export { textureEnhancement };