import { OpenAPIInstance } from './types.cjs';
export declare const getSwaggerUIHTMLForSofa: (openApi: OpenAPIInstance) => string;
