export declare const convertOctalToBinaryRecursive: (octalNumber: string, index?: number, binaryNumber?: string) => string;
