/**
 * Keeps the follow cache current for incoming/outgoing block changes for the
 * whole session — the ingest happens as a side effect inside
 * createBlockEventSubscriber, so the one-shot `getAllBlockedUsers()` /
 * `getAllBlockingUsers()` reflect RTE block/unblock within the TTL window.
 *
 * Registered via `setupLoginSubscriptions`; the returned unsubscriber is torn
 * down on logout.
 */
declare const _default: () => Amity.Unsubscriber;
export default _default;
//# sourceMappingURL=blockRealtimeOnLoginHandler.d.ts.map