export declare const convertHexadecimalToDecimalRecursive: (hexadecimalNumber: string, index?: number, decimalNumber?: number) => number;
