export declare const hexToOct: (hexadecimalNumber: string) => string;
