export declare const binToOct: (binaryNumber: string) => string;
