import { TAbstractIntersectionsWatcherConfig, TAnyIntersectionsWatcher, TAnyIntersectionsWatcherConfig, TIntersectionsCameraWatcher, TIntersectionsCameraWatcherConfig, TIntersectionsDirectionWatcher, TIntersectionsDirectionWatcherConfig, TIntersectionsWatcher } from '../Models'; import { TIntersectionsWatcherConfig } from '../Models/TIntersectionsWatcherConfig'; export declare function intersectionsEntityToConfig(entity: TAnyIntersectionsWatcher): TAnyIntersectionsWatcherConfig; export declare function intersectionsAbstractToConfig(entity: TIntersectionsWatcher): TIntersectionsWatcherConfig; export declare function intersectionsCameraToConfig(entity: TIntersectionsCameraWatcher): Omit; export declare function intersectionsDirectionToConfig(entity: TIntersectionsDirectionWatcher): Omit;