import { Tree } from '@nrwl/devkit';
import { NormalizedSchema } from '../schema';
/**
 * Update other references to the source project's targets
 */
export declare function updateBuildTargets(tree: Tree, schema: NormalizedSchema): void;
