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