import { TActorService } from '../../Actor'; import { TCameraService } from '../../Camera'; import { TAnyIntersectionsWatcherConfig, TAnyIntersectionsWatcherParams } from '../Models'; import { TLoopService } from '../../Loop'; import { TMouseService } from '../../Mouse'; export declare function intersectionsWatcherConfigToParams(config: TAnyIntersectionsWatcherConfig, mouseService: TMouseService, cameraService: TCameraService, actorsService: TActorService, loopService: TLoopService): TAnyIntersectionsWatcherParams | never;