export declare const validateBinaryNumber: (binaryNumber: string) => void;
