export declare const binToDec: (binaryNumber: string) => string;
