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