export declare const octToBin: (octalNumber: string) => string;
