import * as THREE from "three"; export declare const applyGhostStyle: (robot: THREE.Group, color: string) => void; export declare const removeGhostStyle: (robot: THREE.Group) => void;