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