import { type Tree } from '@nx/devkit';
export default function migrateWithMfImport(tree: Tree): Promise<void>;
