/** * OpenAPI module for JSON:API documentation. * * This is a global module - import once in your app module and * the OpenApiService will be available everywhere. * * @example * // In your main app module * @Module({ * imports: [OpenApiModule], * }) * export class AppModule {} * * // In bootstrap or config * const openApiService = app.get(OpenApiService); * openApiService.registerEntities([...]); */ export declare class OpenApiModule { } //# sourceMappingURL=openapi.module.d.ts.map