import { type TargetConfiguration, type Tree } from '@nx/devkit';
import type { MigrationContext } from './types';
export declare function servePostTargetTransformerFactory(migrationContext: MigrationContext): (target: TargetConfiguration, tree: Tree, projectDetails: {
    projectName: string;
    root: string;
}, inferredTarget: TargetConfiguration) => Promise<TargetConfiguration>;
//# sourceMappingURL=serve-post-target-transformer.d.ts.map