import { SchematicContext, Tree, Rule } from '@angular-devkit/schematics'; import { Schema as ApiGenSchema } from './schema'; export declare function apigen(options: ApiGenSchema): (tree: Tree, context: SchematicContext) => Promise;