import { Cache } from '../../utils/Cache'; import type { GlyphData, GlyphContours } from '../types'; export declare function getGlyphCacheKey(fontId: string, glyphId: number, depth: number, removeOverlaps: boolean): string; export declare const globalGlyphCache: Cache; export declare function createGlyphCache(): Cache; export declare const globalContourCache: Cache; export declare const globalWordCache: Cache; export declare const globalClusteringCache: Cache;