import { Rule } from "@angular-devkit/schematics";
import { Schema } from "./schema";
export default function (_options: Schema): Rule;
