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