/** * 自动化支持的api文档类型 */ export declare enum DOC_TYPE { swagger_2 = "swagger2", swagger_3 = "swagger3", yapi = "yapi" }