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