export declare class HexadecimalHelper { static toDecimal(arr: number[]): number; }