import { DexieCloudDB } from '../db/DexieCloudDB'; import { PersistedSyncState } from '../db/entities/PersistedSyncState'; export declare function downloadYDocsFromServer(db: DexieCloudDB, databaseUrl: string, { yDownloadedRealms, realms }: PersistedSyncState): Promise;