export declare const setCurrentUser: ({ user, userType, }: {
    user: Amity.RawUser;
    userType: Amity.UserType;
}) => void;
//# sourceMappingURL=setCurrentUser.d.ts.map