/**
 * EventModifier options for registration on map-event-manager.
 */
export declare enum CesiumEventModifier {
    ALT,
    CTRL,
    SHIFT
}
