import { MultisynqSession } from '@multisynq/client';
import { MultisynqReactView } from '../MultisynqReactView';
import { ReactModel } from '../ReactModel';
/** Hook that gives access to the Multisynq Session the user is currently joined to.
 */
export declare function useSession<M extends ReactModel>(): MultisynqSession<MultisynqReactView<M>> | null;
