import { AsyncAPIDocumentInterface } from '../types/asyncapi.js';
export declare const getAsyncApiDocumentFromUrl: (url: string) => Promise<AsyncAPIDocumentInterface>;
