import { type TargetConfiguration, type Tree } from '@nx/devkit'; import type { AggregatedLog } from '@nx/devkit/internal'; export declare function processTestOptions(_tree: Tree, options: any, projectName: string, _projectRoot: string, target: TargetConfiguration | undefined, migrationLogs: AggregatedLog): void;