import { QuickLRU } from './lru/index'; import type { GifState } from './props'; export declare const volatileGifCache: QuickLRU; export declare const manuallyManagedGifCache: Map;