import type { WordScope } from '../../data/WordScope'; declare const identify: (allText: string) => WordScope[]; declare const isWord: (text: string) => boolean; export { identify, isWord }; //# sourceMappingURL=DomWords.d.ts.map