import { Tree } from '@nx/devkit';
export declare function syncProjectNameWithTsConfigPaths(tree: Tree, projectName: string): void;
