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