import type { Tree } from '@nx/devkit'; export declare function getMFProjects(tree: Tree, { legacy }?: { legacy: boolean; }): string[];