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