import type { OpenApiInspectionReport } from "./inspect.js"; export declare function renderOpenApiInspection(report: OpenApiInspectionReport): string;