import type { Type } from "protobufjs";
export declare function decodeDeviceDamlTransaction(data: Uint8Array): any;
export declare function decodeDeviceMetadata(data: Uint8Array): any;
export declare function decodeNode(data: Uint8Array): any;
export declare function decodeInputContract(data: Uint8Array): any;
export declare function lookupType(typeName: string): Type | null;
//# sourceMappingURL=protobufUtils.d.ts.map