/** * Эти сущности могут быть с `;` и без `;` на конце */ export declare const namedEntitiesWithoutSemicolon: Record; /** * 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; export declare function buildFullNamedEntities(): void;