import { AsyncAPIDocument, AsyncAPIDocumentInterface } from '../types/asyncapi.js';
export declare function asyncApiCheck(document: AsyncAPIDocument): Promise<AsyncAPIDocumentInterface | undefined>;
