import { Version } from '@trapi/swagger'; import type { GeneratorContext, GeneratorOutput } from './type'; export declare function generate(context: GeneratorContext): Promise>; //# sourceMappingURL=module.d.ts.map