import * as protobuf from "protobufjs"; import type { Root, Type } from "protobufjs"; export declare function getProtobufRoot(): Root; export declare function lookupProtobufType(typeName: string): Type | null; export declare const ProtobufTypes: { readonly DeviceDamlTransaction: protobuf.Type; readonly DeviceMetadata: protobuf.Type; readonly Node: protobuf.Type; readonly InputContract: protobuf.Type; }; //# sourceMappingURL=protobufRoot.d.ts.map