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