import { SchemaParser } from '@asyncapi/parser'; import { SchemaParserHost } from '../schemaParserRegistry'; export declare function AvroSchemaParser(): SchemaParser; /** * Registers the Avro schema parser and makes parser-js accept any Avro * schemaFormat version (not only the exact strings in AVRO_MIME_TYPES). */ export declare function registerAvroSchemaParser(parser: SchemaParserHost): void;