import { Type } from '@hazeljs/core'; import type { SwaggerModuleOptions } from './swagger.types'; export declare class SwaggerModule { /** * Document + UI options. * @param replaceAll When true, replaces all options (use to reset). Default merges shallowly with previous `configure` calls. */ static configure(options: SwaggerModuleOptions, replaceAll?: boolean): void; static getOptions(): SwaggerModuleOptions; static setRootModule(rootModule: Type): void; } //# sourceMappingURL=swagger.module.d.ts.map