/**
 * Creates a swipe detector for iOS Safari swipe-back gesture
 * Detects edge swipes that trigger Safari's native back navigation
 */
export declare function createSwipeDetector(enabled: boolean): {
    initialize: () => void;
    cleanup: () => void;
    isSwipePending: () => boolean;
    resetSwipeDetection: () => void;
};
//# sourceMappingURL=create-swipe-detector.d.ts.map