import type { Universe } from '@ephox/boss'; import { type PRange } from '@ephox/polaris'; import type { SearchResult, SpotRange } from '../api/data/Types'; /** * Split each text node in the list using the match endpoints. * * Each match is then mapped to the word it matched and the elements that make up the word. */ declare const separate: (universe: Universe, list: SpotRange[], matches: M[]) => SearchResult[]; export { separate }; //# sourceMappingURL=MatchSplitter.d.ts.map