export declare const hexToDec: (hexadecimalNumber: string) => string;
