import type { ActionsOfCreators, FeatureHandler } from '../helpers'; export declare const inputActions: (import("../helpers").ITopicBoundActionCreator | import("../helpers").ITopicBoundActionCreator)[]; export declare type InputActions = ActionsOfCreators; export declare type InputHandler = FeatureHandler;