## API Report File for "@microsoft/gulp-core-build-serve"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).

```ts

import { GCBTerminalProvider } from '@microsoft/gulp-core-build';
import * as Gulp from 'gulp';
import { GulpTask } from '@microsoft/gulp-core-build';
import { JsonObject } from '@rushstack/node-core-library';
import { Terminal } from '@rushstack/node-core-library';

// Warning: (ae-forgotten-export) The symbol "ReloadTask" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const reload: ReloadTask;

// Warning: (ae-forgotten-export) The symbol "ServeTask" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
const serve: ServeTask;

export default serve;

export { serve }

// Warning: (ae-forgotten-export) The symbol "TrustCertTask" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const trustDevCert: TrustCertTask;

// Warning: (ae-forgotten-export) The symbol "UntrustCertTask" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const untrustDevCert: UntrustCertTask;


// (No @packageDocumentation comment for this package)

```
