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