import type { NormalizedWebpackExecutorOptions } from '../../webpack/schema';
export declare function buildServePath(browserOptions: NormalizedWebpackExecutorOptions): string;
export declare function _findDefaultServePath(baseHref?: string, deployUrl?: string): string | null;