export declare const getCurrentUserType: () => "signed-in" | "visitor" | "bot";
export declare const setCurrentUserType: (userType: Amity.UserType) => void;
//# sourceMappingURL=getCurrentUserType.d.ts.map