import { PolyScene } from '../../../scene/PolyScene';
import { Selection } from 'postprocessing';
export declare class SelectionController {
    private _map;
    private _resolvedObjects;
    updateSelection(scene: PolyScene, objectsMask: string, selection: Selection): void;
}
