import { SwaggerService } from './swagger.service'; import { RequestContext, Type } from '@hazeljs/core'; import type { SwaggerSpec } from './swagger.types'; export declare class SwaggerController { private swaggerService; private static rootModule; constructor(swaggerService: SwaggerService); static setRootModule(module: Type): void; private static emptySpec; getSpec(_context: RequestContext): Promise; getDocs(_context: RequestContext): Promise; } //# sourceMappingURL=swagger.controller.d.ts.map