import type { LockAxis, PanGestureHandlerEventPayload, ScreenTransitionConfig } from './commonTypes'; export declare function getSwipeSimulator(event: PanGestureHandlerEventPayload, screenTransitionConfig: ScreenTransitionConfig, lockAxis?: LockAxis): () => void; //# sourceMappingURL=swipeSimulator.d.ts.map