import type { TargetConfiguration, Tree } from '@nx/devkit'; import { type AggregatedLog } from '@nx/devkit/internal'; export declare function postTargetTransformer(migrationLogs: AggregatedLog, processOptions: (tree: Tree, options: any, projectName: string, projectRoot: string, target: TargetConfiguration | undefined, migrationLogs: AggregatedLog) => void): (target: TargetConfiguration, tree: Tree, projectDetails: { projectName: string; root: string; }, inferredTargetConfiguration: TargetConfiguration) => TargetConfiguration;