export declare const NEXT_TASK = "next_task"; export declare const NextTaskAction: { name: string; schema: { type: string; function: { name: string; description: string; parameters: { type: string; properties: { reason: { type: string; description: string; }; action: { type: string; description: string; }; listOfAnnotations: { type: string; items: { type: string; properties: { elementID: { type: string; }; text: { type: string; }; }; required: string[]; }; description: string; }; unannotatedElements: { type: string; items: { type: string; }; description: string; }; elementAnnotation: { type: string; description: string; }; }; required: string[]; }; }; }; }; //# sourceMappingURL=next-task.d.ts.map