import ByteBuffer from 'bytebuffer'; import type { Type } from 'protobufjs/light'; export declare const decode: (Message: Type, data: ByteBuffer) => { [key: string]: any; }; //# sourceMappingURL=decode.d.ts.map