import * as gulp from 'gulp';
import { IFullTimplaConfig } from '../internal';
export declare const watch: (timplaConfig: IFullTimplaConfig, watchableTasks: any) => gulp.TaskFunction;
