import notificationTypes from './notification-types';
export { eventTypes, LegendData } from './event-types';
export { ResourceLink } from './resource-link';
export { ResourceNames } from './resource-names';
export { SettingNames } from './setting-names';
export { headersHAL, headersJSON } from './actions';
declare const delay = 100000;
declare const dayInMilliseconds: number;
export { delay, dayInMilliseconds, notificationTypes };
