/**
 * Эти сущности могут быть с `;` и без `;` на конце
 */ export declare const namedEntitiesWithoutSemicolon: Record<string, string>;
/**
 * entity is a map from HTML entity names to their values.
 *
 * @see https://html.spec.whatwg.org/multipage/named-characters.html
 */ export declare const fullNamedEntities: Record<string, string>;
export declare function buildFullNamedEntities(): void;
