/**
 * Returns the channel header online status text (e.g. "Online", "Offline", or "X members, Y online").
 * Returns null when the channel has no members (nothing to show).
 */
export declare function useChannelHeaderOnlineStatus(): string | null;
//# sourceMappingURL=useChannelHeaderOnlineStatus.d.ts.map