export declare function tasksWatch({project, tasks, watch}: {
    project: any;
    tasks: any;
    watch: any;
}): Promise<void>;
