import type { EventTypes } from '../../types/index.js'; export default function touchStart(evt: EventTypes.TouchStartEventType): void;