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