import type { HeftConfiguration, IHeftTaskSession } from '@rushstack/heft'; import type { IWebpackConfiguration } from '@rushstack/heft-webpack5-plugin'; export declare function updateServeConfigAsync(taskSession: IHeftTaskSession, heftConfiguration: HeftConfiguration, additionalServePathsFromAccessor: Map | undefined, webpackConfiguration: IWebpackConfiguration, noBrowser: boolean, serveConfigName: string | undefined): Promise; //# sourceMappingURL=updateServeConfigAsync.d.ts.map