import { Tree } from 'nx/src/devkit-exports'; /** * Analogous to cp -r oldDir newDir */ export declare function moveFilesToNewDirectory(tree: Tree, oldDir: string, newDir: string): void; //# sourceMappingURL=move-dir.d.ts.map