/** * A map of entities and their unicode characters * @type {object} */ export declare const ENTITY_MAP: { [key: string]: string; };