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