import { AsyncAPIDocumentV3, AsyncAPIDocumentInterface } from '@asyncapi/parser';
export type AsyncAPIDocument = AsyncAPIDocumentV3;
export type { AsyncAPIDocumentInterface };
