import { TAbstractIntersectionsWatcherConfig } from './TAbstractIntersectionsWatcherConfig'; import { TIntersectionsCameraWatcherParams } from './TIntersectionsCameraWatcherParams'; export type TIntersectionsCameraWatcherConfig = Omit & TAbstractIntersectionsWatcherConfig & Readonly<{ cameraName: string; }>;