import { Rule } from '@angular-devkit/schematics'; /** @description schematic for ng add support */ export declare function ngAdd(): Rule;