## API Report File for "@microsoft/gulp-core-build-mocha"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).

```ts

import * as Gulp from 'gulp';
import { GulpTask } from '@microsoft/gulp-core-build';
import { IBuildConfig } from '@microsoft/gulp-core-build';
import { IExecutable } from '@microsoft/gulp-core-build';

// @public (undocumented)
const _default: IExecutable;

export default _default;

// Warning: (ae-forgotten-export) The symbol "InstrumentTask" needs to be exported by the entry point index.d.ts
// 
// @public (undocumented)
export const instrument: InstrumentTask;

// Warning: (ae-forgotten-export) The symbol "MochaTask" needs to be exported by the entry point index.d.ts
// 
// @public (undocumented)
export const mocha: MochaTask;


// (No @packageDocumentation comment for this package)

```
