import type Database from "better-sqlite3"; /** * Back up the cache DB to `/backups/cache-.db`, then prune * all but the newest THREADBASE_CACHE_BACKUP_RETAIN backups. Returns the path * of the backup just created. */ export declare function backupCacheDb(db: Database.Database, cacheDir: string): Promise; //# sourceMappingURL=backup.d.ts.map