import { ViewerEvent } from "../viewer"; import { Command } from "./command"; export declare class CommandCityModelSelect extends Command { constructor(); begin(): void; end(): void; interrupt(): void; restore(): void; onMouseWheel(): void; onRButtonUp(): void; onLButtonDown(e: ViewerEvent): void; onLButtonUp(): void; onMButtonUp(): void; }