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