import { TaskMapByLevel, RenderTask } from "../types"; /** * @param tasks List of tasks */ export declare const getTasksMap: (tasks: readonly RenderTask[]) => TaskMapByLevel;