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