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