import { Rule, Tree } from '@angular-devkit/schematics'; import { MfSchematicSchema } from './schema'; export declare function updatePackageJson(tree: Tree): void; export default function config(options: MfSchematicSchema): Rule; export declare function patchAngularBuild(tree: any): void; export declare function getWorkspaceFileName(tree: Tree): string;