import { Tree } from '@nrwl/tao/src/shared/tree';
export declare function moveFilesToNewDirectory(tree: Tree, oldDir: string, newDir: string): void;
