/// <reference types="node" />
export declare const hexStr2byteArray: (str: string) => number[];
export declare const generatePubKey: (bytes: Buffer) => string;
export declare const generateAddress: (publicKey: any) => string;
