import type { Database } from '../..' import type { SyncLocalChanges } from '../index' export default function fetchLocalChanges(db: Database): Promise export function hasUnsyncedChanges(db: Database): Promise