export declare class GeneralHandler {
    constructor();
    getUserDetails(identifier: string): Promise<any>;
}
