import type { Tree } from '@nx/devkit';
import type { AggregatedLog } from '@nx/devkit/internal';
export declare function processServeOptions(tree: Tree, options: any, projectName: string, projectRoot: string, migrationLogs: AggregatedLog): void;
