/** * Parse HTML character references. * * @param {string} value * @param {Readonly | null | undefined} [options] */ export function parseEntities(value: string, options?: Readonly | null | undefined): string; import type { Options } from '../index.js'; //# sourceMappingURL=index.d.ts.map