export declare function decodeUInt256(hex: string): number;
export declare function decodeHexString(hex: string): string;
