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