export declare class GeneralHandler { constructor(); getUserDetails(identifier: string): Promise; getVesselManagers(imo: string): Promise; }