/**
 * Distinguishes a temporary live pause (host went backstage) from a real
 * call end. Returns `true` when the viewer was kicked because the host
 * paused the livestream — not because the call was fully terminated.
 *
 * Resets to `false` on rejoin or when `call.ended` (real end) arrives.
 */
export declare const useIsLivestreamPaused: () => boolean;
