import { Room } from 'livekit-client'; /** * The `useIsRecording` hook returns a `boolean` that indicates if the room is currently being recorded. * @example * ```tsx * const isRecording = useIsRecording(); * ``` * @public */ export declare function useIsRecording(room?: Room): boolean; //# sourceMappingURL=useIsRecording.d.ts.map