import { Schema } from '../schema';
import { Tree } from '@nx/devkit';
export declare function removeProjectReferencesInConfig(tree: Tree, schema: Schema): void;
