import { Joi } from '../helpers'; export declare const ALERTS: "PRESENCE/ALERTS"; export interface IAlertsAction { type: typeof ALERTS; } export declare const alertsActionSchema: Joi.ObjectSchema; export declare const alerts: import("../helpers").ITopicBoundActionCreator;