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