import { ICommandInstance } from '@midwayjs/command-core'; import { GeneratorSharedOptions } from '../utils'; export interface SwaggerOptions extends Pick { /** * @description Output Swagger UI in server side. * @value false */ ui: boolean; /** * @description Import namespace for @midwayjs/swagger import * @value axios */ namespace: string; } export declare const SWAGGER_DEP: string[]; export declare const SWAGGER_DEV_DEP: string[]; export declare const mountSwaggerCommand: () => ICommandInstance; export default function swaggerHandler(...args: unknown[]): Promise; //# sourceMappingURL=swagger.handler.d.ts.map