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