import type { Rule } from '@angular-devkit/schematics'; import type { NgApiSchema } from './schema'; /** * ng-api schematic: Bootstrap ng-openapi-gen for Angular-Django integration * * This schematic sets up ng-openapi-gen to generate Angular services and models * from an OpenAPI schema. It integrates with the django-angular3 backend pipeline. */ export declare function ngApi(options: NgApiSchema): Rule;