import type { ThrelteEvents } from './types.js';
export declare const interactivityEventNames: (keyof ThrelteEvents)[];
export declare const injectInteractivityPlugin: () => void;
