import { Task, TaskMapByLevel, TaskOrEmpty } from "../types/public-types";
export declare const collectParents: (task: TaskOrEmpty, tasksMap: TaskMapByLevel) => Task[];
