import { Gesture } from "../core/index.js"; export type AnyGesture = new (options: T, ...args: any[]) => Gesture;