export declare const remove0x: (hex: string) => string;
export declare const decodeHex: (hex: string) => Uint8Array;
