export declare const hexToBin: (hexadecimalNumber: string) => string;
