import Gulp from 'gulp'; export declare const buildContext: any; export declare function setProjectDir(dir: string): void; export declare function getProjectDir(): string; export declare function registerPlugin(name: string, args: string[]): Promise; export declare function addBuildStep(name: string, build: string[], watch: string[]): Promise; export declare function getPlugin(name: string): Promise; export declare function loadToGulp(gulp: typeof Gulp, __dirname: string): import("../common/gulp").IJobRecord; export declare function isBuildConfigFileExists(): boolean; //# sourceMappingURL=context.d.ts.map