/// <reference types="gulp" />
import { Gulp } from "gulp";
import { Project } from "../project";
import { TaskFunction } from "../utils/gulp-task-function";
export declare function generateTask(gulp: Gulp, project: Project): TaskFunction;
export declare function getTaskName(): string;
export declare function registerTask(gulp: Gulp, project: Project): TaskFunction;
