import type { User } from '@sanity/types'; import type { GlobalPresence } from './types'; export declare function useGlobalPresence(): GlobalPresence[]; /** * Returns a list of global presence users without any last active timestamps or paths etc. * This is useful for displaying a list of users without re-rendering on minimal changes, * such as a user changing which field they are editing. * * @internal Will be removed/refactored in v3 * @deprecated Will be removed/refactored in v3 */ export declare function useGlobalPresenceUsers(): User[]; //# sourceMappingURL=useGlobalPresence.d.ts.map