export interface ReqType { userId?: string; email?: string; } export declare function getUserProfile(request: ReqType): Promise;