import { Root, Type } from 'protobufjs'; export declare function loadProtobufSchema(baseUrl: string): Promise; export declare function getProtobufType(root: Root, typeName: string): Type; export declare function clearProtobufCache(): void;