import { Task } from '../Task';
declare const chaeldarTasks: Task[];
export { chaeldarTasks };
