export declare const convertHexadecimalToBinaryRecursive: (hexadecimalNumber: string, index?: number, binaryNumber?: string) => string;
