import { ChildByLevelMap, RootMapByLevel, TaskOrEmpty } from "../types/public-types";
export declare const collectVisibleTasks: (childTasksMap: ChildByLevelMap, rootTasksMap: RootMapByLevel) => [readonly TaskOrEmpty[], Readonly<Record<string, true>>];
