import { TaskToGlobalIndexMap, TaskOrEmpty } from "../types/public-types";
/**
 * @param tasks List of tasks
 */
export declare const getMapTaskToGlobalIndex: (tasks: readonly TaskOrEmpty[]) => TaskToGlobalIndexMap;
