import type { VtkOffscreenMultiRenderWindow } from '../../types/index.js';
export declare function attachWebGLContextEvents(offscreenMultiRenderWindow: VtkOffscreenMultiRenderWindow, renderingEngineId: string, contextIndex?: number): void;
