import { Joi } from '../helpers'; export declare const STATUS_POLL: "SYSTEM/STATUS_POLL"; export interface IStatusPoll { type: typeof STATUS_POLL; } export declare const statusPollActionSchema: Joi.ObjectSchema; export declare const statusPoll: import("../helpers").ITopicBoundActionCreator;