export declare function removeHexPrefix(hex: string): string; export declare function checkAddress(address: any, options?: { leadingZero: boolean; }): boolean; export declare function hexToString(str: string): string; export declare function utf8to16(str: string): string; //# sourceMappingURL=hex.d.ts.map