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