## API Report File for "@microsoft/web-library-build"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).

```ts

import { CopyTask } from '@microsoft/gulp-core-build';
import { GenerateShrinkwrapTask } from '@microsoft/gulp-core-build';
import { GulpTask } from '@microsoft/gulp-core-build';
import gulpType = require('gulp');
import { IExecutable } from '@microsoft/gulp-core-build';
import { ValidateShrinkwrapTask } from '@microsoft/gulp-core-build';

// @public (undocumented)
export const buildTasks: IExecutable;

// @public (undocumented)
export const bundleTasks: IExecutable;

// @public (undocumented)
export const defaultTasks: IExecutable;

// @public (undocumented)
export const generateShrinkwrapTask: GenerateShrinkwrapTask;

// @public (undocumented)
export const postCopy: CopyTask;

// Warning: (ae-forgotten-export) The symbol "PostProcessSourceMaps" needs to be exported by the entry point index.d.ts
// 
// @public (undocumented)
export const postProcessSourceMapsTask: PostProcessSourceMaps;

// @public (undocumented)
export const preCopy: CopyTask;

// @public (undocumented)
export const testTasks: IExecutable;

// @public (undocumented)
export const validateShrinkwrapTask: ValidateShrinkwrapTask;


export * from "@microsoft/gulp-core-build";
export * from "@microsoft/gulp-core-build-sass";
export * from "@microsoft/gulp-core-build-serve";
export * from "@microsoft/gulp-core-build-typescript";
export * from "@microsoft/gulp-core-build-webpack";

// (No @packageDocumentation comment for this package)

```
