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