import { TaskOrEmpty, ChildOutOfParentWarnings, ChildByLevelMap } from "../types/public-types";
export declare const getChildOutOfParentWarnings: (tasks: readonly TaskOrEmpty[], childTasksMap: ChildByLevelMap) => ChildOutOfParentWarnings;
