export declare const convertDecimalToHexadecimalRecursive: (decimalNumber: number) => string;
