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