import type { Common } from '@ethereumjs/common'; export declare function encode(typename: string, data: T, privateKey: Uint8Array, common?: Common): Uint8Array; export declare function decode(bytes: Uint8Array, common?: Common): { typename: string | number; data: any; publicKey: Uint8Array; }; //# sourceMappingURL=message.d.ts.map