import type { GestureTouchEvent } from '../../../handlers/gestureHandlerCommon'; import type { ReanimatedContext } from '../../../handlers/gestures/reanimatedWrapper'; import type { ChangeCalculatorType, GestureCallbacks, GestureEvent, GestureHandlerEventWithHandlerData, GestureUpdateEventWithHandlerData } from '../../types'; export declare function handleUpdateEvent(eventWithData: GestureUpdateEventWithHandlerData, handlers: GestureCallbacks, changeEventCalculator: ChangeCalculatorType | undefined, context: ReanimatedContext): void; export declare function handleTouchEvent(event: GestureTouchEvent, handlers: GestureCallbacks): void; export declare function eventHandler(handlerTag: number, sourceEvent: GestureHandlerEventWithHandlerData, handlers: GestureCallbacks, changeEventCalculator: ChangeCalculatorType | undefined, jsContext: ReanimatedContext, dispatchesAnimatedEvents: boolean, fillInDefaultValues?: (event: GestureEvent) => void): void; //# sourceMappingURL=eventHandler.d.ts.map