export declare const decToOct: (decimalNumber: string) => string;
