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