export interface TablesDBChangesResult { applied: boolean; resyncNeeded: boolean; } /** * Check for and apply changes to tablesDB (databases) * Handles creation, update, and deletion of databases */ export declare const checkAndApplyTablesDBChanges: () => Promise; //# sourceMappingURL=database-sync.d.ts.map