import type { Table } from 'dexie'; import type { YUpdateRow } from 'y-dexie'; export declare function listUpdatesSince(yTable: Table, sinceIncluding: number): Promise;