import { SVG } from '../svg.js'; export declare class FontCache { protected jax: SVG; protected cache: Map; protected defs: N; protected localID: string; protected nextID: number; constructor(jax: SVG); cachePath(variant: string, C: string, path: string): string; clearLocalID(): void; useLocalID(id?: string): void; clearCache(): void; getCache(): N; }