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