import type { OpenAPI } from 'openapi-types';
export declare const getOpenApiDocumentFromUrl: (url: string) => Promise<OpenAPI.Document>;
