export declare const removeHex0x: (hex: string) => string;
export declare const handleHex: (hex: string) => string;
