export declare function hex2str(input: string): string; export declare function str2hex(input: string): string; export declare function hex2int(input: string): number; export declare function int2hex(input: number): string; export declare function reverseHex(input: string): string; export declare function address2scriptHash(input: string): string; export declare function scriptHash2address(input: string): string; //# sourceMappingURL=utils.d.ts.map