import { Rule } from '@angular-devkit/schematics'; import { MfSchematicSchema } from './schema'; export declare function init(options: MfSchematicSchema): Rule;