export declare const getAttemptTasks: { name: string; description: string; inputSchema: { type: string; properties: { attempt_id: { type: string; description: string; }; include_subtasks: { type: string; description: string; }; }; required: string[]; }; handler: (args: unknown) => Promise<{ tasks: import("../../types/workflow.js").Task[]; count: number; failed_count: number; }>; }; //# sourceMappingURL=get-attempt-tasks.d.ts.map