import type { Task } from "../types";
export declare function canClaim(task: Task, allTasks: Task[]): boolean;
