import type { SupportElement } from 'any-touch'; import type { NativeEvent } from '@any-touch/shared'; export default function (el: SupportElement, catchEvent: (e: NativeEvent) => void, options?: boolean | AddEventListenerOptions): () => void;