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