/** * Clears all application caches (both in-memory and IndexedDB). * * Call this on user logout or when you need to force-refresh all cached data. * Clears widget caches (standard, latest, recent) and query caches. */ export declare function clearAllCaches(): void;