import type { State, Intersection } from '../types'; export declare const setSelection: (state: State, intersections: readonly Intersection[], selecting: boolean) => State;