import { Optional } from '@ephox/katamari'; import type { SugarElement } from '../node/SugarElement'; declare const first: (element: SugarElement) => Optional>; declare const last: (element: SugarElement) => Optional>; export { first, last }; //# sourceMappingURL=CursorPosition.d.ts.map