import moment from 'moment'; export declare const useIsRoomEndingSoon: (liveRoomEndsAt: moment.MomentInput) => { showClock: boolean; timeLeft: number; };