/** * Returns a minimal Swagger UI HTML page that loads the OpenAPI spec * from the adjacent openapi.json endpoint via CDN-hosted Swagger UI. */ export declare function getSwaggerUIHTML(): string;