import { Optional } from '@ephox/katamari'; import { type EventArgs, SugarPosition } from '@ephox/sugar'; declare const getData: (event: EventArgs) => Optional; declare const getDelta: (old: SugarPosition, nu: SugarPosition) => SugarPosition; export { getData, getDelta }; //# sourceMappingURL=TouchData.d.ts.map