/**
* Fetches an OpenAPI/Swagger document from a given URL
*
* @throws an error if the fetch fails
*/exportdeclarefunctionfetchDocument(url: string, proxyUrl?: string, prettyPrint?: boolean): Promise<string>;
//# sourceMappingURL=fetch-document.d.ts.map