import { Api } from "../Api.js"; import type { OpenAPIV2 } from "openapi-types"; export interface ParsedSwaggerDocumentation { api: Api; response: OpenAPIV2.Document; status: number; } export default function parseSwaggerDocumentation(entrypointUrl: string): Promise; //# sourceMappingURL=parseSwaggerDocumentation.d.ts.map