import type { UserGesture } from "../index.js";
export declare const createProxy: <T extends UserGesture>(target: T) => T;