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