export declare enum SyncState {
    Unsynced = 0,
    Syncing = 1,
    Synced = 2
}
