import type { ChildByLevelMap, Task, RenderTask } from "../types"; export declare const getAllDescendants: (task: Task, childTasksMap: ChildByLevelMap, isCollectEmpty: IsCollectEmpty) => readonly ResultItem[];