import type { IJsHandlerOptions } from '../types/index.js';
type EscapeMap = NonNullable<IJsHandlerOptions['escapeMap']>;
export declare function getReplacementCacheStore(escapeMap?: EscapeMap): Map<string, string>;
export declare function getReplacement(candidate: string, escapeMap: EscapeMap | undefined, store?: Map<string, string>): string;
export {};
