import type { CheckTaskIdExistsAtLevel, GetCopiedTaskId, TaskOrEmpty } from "../types/public-types";
export declare const copyTasks: (tasks: readonly TaskOrEmpty[], getCopiedTaskId: GetCopiedTaskId, checkExistsAtLevel: CheckTaskIdExistsAtLevel) => TaskOrEmpty[];
