import type { Universe } from '@ephox/boss'; import type { Optional } from '@ephox/katamari'; import type { SpotPoint } from '../api/data/Types'; /** * Finds an exact reference to a document point generated by Extract */ declare const find: (universe: Universe, parent: E, offset: number, optimise?: (e: E) => boolean) => Optional>; export { find }; //# sourceMappingURL=Find.d.ts.map