import { Observable } from 'rxjs'; import { User } from '@sanity/types'; import { DocumentPresence, GlobalPresence, PresenceLocation } from './types'; export declare const SESSION_ID: any; export declare const setLocation: (nextLocation: PresenceLocation[]) => void; export declare const reportLocations: (locations: PresenceLocation[]) => Observable; export declare const debugPresenceParam$: Observable; export declare const globalPresence$: Observable; export declare const documentPresence: (documentId: string) => Observable; export declare const documentPresenceUsers: (documentId: string) => Observable; //# sourceMappingURL=presence-store.d.ts.map