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