declare class BinLookUpController { constructor(); static initialize(): void; get(): void; } export default BinLookUpController;