import { Command } from "./command"; export declare class EarthCommandSelect extends Command { typeName: string; earthCameraMouse: any; constructor(); begin(): void; end(): void; interrupt(): void; restore(): void; }