import type { Tree } from '@nx/devkit';
import type { AggregatedLog } from '@nx/devkit/internal';
export declare function processGenericOptions(_tree: Tree, options: any, _projectName: string, _projectRoot: string, _migrationLogs: AggregatedLog): void;