import { GesturePhase } from "../Gesture.js";
/**
 * Creates the event name for a specific gesture and phase
 */
export declare function createEventName(gesture: string, phase: GesturePhase): string;