import { ChildByLevelMap, MinAndMaxChildsMap, RootMapByLevel } from "../types"; export declare const getMinAndMaxChildsMap: (rootTasksMap: RootMapByLevel, childTasksMap: ChildByLevelMap) => MinAndMaxChildsMap;