export declare const FRAME_INTERVAL_MS = 16; export declare const PRESSURE_DOWN = 1024; export declare const MIN_HALF_SEPARATION_PX = 8; export declare const MIN_TRAVEL_PX = 72; export declare const EDGE_GUARD_PX: { left: number; right: number; top: number; bottom: number; }; export declare const EDGE_UTILIZATION = 0.98; export declare const SETTLE_MS = 250; export declare const MAX_RATIO_PER_GESTURE = 16; export declare const PINCH_IN_DEFAULT_SPAN = 0.5; //# sourceMappingURL=pinchThresholds.d.ts.map