export declare const validateOctalNumber: (octalNumber: string) => void;
