/**
 * Actions
 */
export declare const GET_EVENT_LINK = "_get_link";
export declare const CANCEL_EVENT = "_cancel_event";
export declare const ADD_EVENT_TO_CALENDAR = "_add_event_to_calendar";
