import { ChildByLevelMap, TaskOrEmpty } from "../types/public-types";
export declare const checkHasChildren: (task: TaskOrEmpty, childTasksMap: ChildByLevelMap) => boolean;
