import { Task } from "../Task";
declare const duradelTasks: Task[];
export { duradelTasks };
