import type { TouchAction } from './recognizer'; export declare function combineAllowedTouchActions(actionSets: TouchAction[][]): TouchAction[];