import { NativeLinkEvent } from '../../types/links/NativeLinkEvent'; /** * Whether a native link event is a TouchEvent (has `changedTouches`). * @param {NativeLinkEvent} e - The native event. * @returns {boolean} True when the event is a TouchEvent. */ export declare const isTouchLinkEvent: (e: NativeLinkEvent) => e is TouchEvent; //# sourceMappingURL=isTouchLinkEvent.d.ts.map