///
///
///
import { analysis, buildPage, dist, server, startDll as dll } from './compile';
/**
* 清除输出文件夹
*/
export declare function cleanPure(): any;
export declare function compileTsESPure(): NodeJS.ReadWriteStream | import("merge2").Merge2Stream;
export declare function compileTsLibPure(): NodeJS.ReadWriteStream | import("merge2").Merge2Stream;
export declare function copyESAssets(): NodeJS.ReadWriteStream;
export declare function copyLibAssets(): NodeJS.ReadWriteStream;
/**
* 生成Lib ES5
*/
export declare const compileTsLib: import("_@types_undertaker@1.2.3@@types/undertaker").TaskFunction;
/**
* 生成ES
*/
export declare const compileTsES: import("_@types_undertaker@1.2.3@@types/undertaker").TaskFunction;
export declare const clean: import("_@types_undertaker@1.2.3@@types/undertaker").TaskFunction;
export declare const compile: import("_@types_undertaker@1.2.3@@types/undertaker").TaskFunction;
export declare const build: import("_@types_undertaker@1.2.3@@types/undertaker").TaskFunction;
export declare function deploy(done: Function): void;
export declare const dev: import("_@types_undertaker@1.2.3@@types/undertaker").TaskFunction;
export declare const start: import("_@types_undertaker@1.2.3@@types/undertaker").TaskFunction;
export { dist, server, buildPage, analysis, dll };