import { CopyTask, IExecutable } from '@microsoft/gulp-core-build'; export * from '@microsoft/gulp-core-build'; export * from '@microsoft/gulp-core-build-typescript'; export * from '@microsoft/gulp-core-build-mocha'; /** * @public */ export declare const preCopy: CopyTask; /** * @public */ export declare const postCopy: CopyTask; /** * @public */ export declare const buildTasks: IExecutable; /** * @public */ export declare const testTasks: IExecutable; /** * @public */ export declare const defaultTasks: IExecutable; //# sourceMappingURL=index.d.ts.map