import { Rule, SchematicContext, Tree } from '@angular-devkit/schematics'; import { Schema } from './schema'; export declare function generateSkill(tree: Tree, context: SchematicContext): void; export declare function skill(options: Schema): Rule;