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