import { OpenapiDocument } from "./types/openapi-types.js"; /** Fetches openapi but with cache */ export declare const fetchOpenapi: (openapiUrl: string | undefined) => Promise; //# sourceMappingURL=fetchOpenapi.d.ts.map