import { z } from "zod"; export declare const analyzeOpportunitySchema: z.ZodObject<{ condition_id: z.ZodString; }, z.core.$strip>; export declare function handleAnalyzeOpportunity(input: z.infer): Promise; //# sourceMappingURL=analyze-opportunity.d.ts.map