import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
export declare function processStartOptions(_projectName: string, options: any, _migrationLogs: AggregatedLog): void;
