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