/** * Event handler type definition for subscription changes. */ export type SubscriptionChangeEventHandler = (count: number) => void;