import type { CacheOptions } from '@humanspeak/memory-cache';
/**
 * Default configuration for row state LRU caches used by plugins.
 * Provides automatic eviction to prevent unbounded memory growth
 * when row identities change.
 */
export declare const DEFAULT_ROW_STATE_CACHE_CONFIG: CacheOptions;
