import { Task, TaskMapByLevel, TaskOrEmpty } from "../types/public-types";
export declare const checkIsDescendant: (maybeParent: Task, maybeDescendant: TaskOrEmpty, tasksMap: TaskMapByLevel) => boolean;
