import type { Rule, Tree } from '@angular-devkit/schematics'; import type { MfSchematicSchema } from './schema.js'; export default function remove(options: MfSchematicSchema): Rule; export declare function getWorkspaceFileName(tree: Tree): string; //# sourceMappingURL=schematic.d.ts.map