import type { LynxIntersectionObserverCommand } from '../../types/index.js'; import type { LynxViewInstance } from './LynxViewInstance.js'; export declare class IntersectionObserverService { #private; constructor(lynxViewInstance: LynxViewInstance); handleCommand(command: LynxIntersectionObserverCommand): void; dispose(): void; }