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