/** * Get current authenticated user */ declare function getCurrentUser(): Promise; /** * Get user by id * @param id */ declare function getUser(id: any): Promise; /** * Get user unseen notifications counter */ declare function getUnseenNotificationsCounter(): Promise; /** * Get broadcast messages unseen counter */ declare function getUnseenBroadcastMessagesCounter(): Promise; declare const _default: { getCurrentUser: typeof getCurrentUser; getUser: typeof getUser; getUnseenNotificationsCounter: typeof getUnseenNotificationsCounter; getUnseenBroadcastMessagesCounter: typeof getUnseenBroadcastMessagesCounter; }; export default _default; //# sourceMappingURL=session.d.ts.map