export declare function hashMsgKeccak256(message: string): string;
export declare function pubKey2Address(publicKeyBuffer: Buffer): string;
