/** * Annotate text using a list of GlossaryEntry * * @param {List} * @param {string} glossaryFilePath * @param {HTMLDom} $ */ declare function annotateText(entries: any, glossaryFilePath: any, $: any): void; export default annotateText; //# sourceMappingURL=annotateText.d.ts.map