import { ISwaggerOptions } from './baseInterfaces'; /** main */ export declare function codegen(params: ISwaggerOptions): Promise;