import type { ApiConfig } from '../type'; /** * 优化后的代码生成入口函数 */ export declare function codegen(config: ApiConfig): Promise;