import { FileTree } from './project-configurator'; import { FsPath } from '../file-info/fs-path'; export declare function traverseProject(project: FileTree, parentPath: string): Generator;