import { Entity } from 'cesium'; export declare function useCorrelationHighlight(options?: { set: (e: Entity) => void; reset: (e: Entity, cache: any) => void; cache: ('polygon' | 'point')[]; }): { highlightEntity: import("vue").Ref; };