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