import { type Tree } from '@nx/devkit';
export declare function visitFiles(tree: Tree, dirPath: string, visitor: (path: string) => void): void;
