export declare function remove0x(hex: string): string; export declare function decodeHex(hex: string): Uint8Array;