import { type InteractivityContext } from './context.js';
export declare const setupInteractivity: (context: InteractivityContext) => void;
