import { Tree } from '@nx/devkit';
import type { Schema } from './schema';
export declare function convertToWithMF(tree: Tree, schema: Schema): Promise<void>;
export default convertToWithMF;
//# sourceMappingURL=convert-to-with-mf.d.ts.map