import { GenerationTargetType } from "../getViewForSwagger2"; import { LintOptions } from "./lintCode"; import { Beautify, BeautifyOptions } from "./beautify"; export interface EnhanceOptions extends LintOptions { beautify: Beautify; beautifyOptions: BeautifyOptions; } export declare function enhanceCode(source: string, opts: EnhanceOptions, type: GenerationTargetType): string; //# sourceMappingURL=index.d.ts.map