import type { Tree } from '@nx/devkit'; export declare const hasFilesInTheFolder: (tree: Tree, dir: string) => boolean;