import { Rule } from '@angular-devkit/schematics';
import { Schema } from '../setup/schema.model';
export default function (options: Schema): Rule;
