import { PersistedSyncState } from '../db/entities/PersistedSyncState'; export declare function computeRealmSetHash({ realms, inviteRealms, }: PersistedSyncState): Promise;