export declare const ADDON_ID = "storybook/addon-redux"; export declare const STATE_ID_HISTORY: string; export declare const STATE_ID_STORE: string; export declare const PANEL_ID_HISTORY: string; export declare const PANEL_ID_STORE: string; export declare const PARAM_REDUX_MERGE_STATE = "PARAM_REDUX_MERGE_STATE"; export declare const ARG_REDUX_PATH = "ARG_REDUX_PATH"; export declare const ARG_REDUX_SET_STATE = "ARG_REDUX_SET_STATE"; export declare const ACTIONS_TYPES: { RESET_REDUX_TYPE: string; MERGE_STATE_TYPE: string; SET_STATE_TYPE: string; SET_STATE_AT_PATH_TYPE: string; }; export declare const EVENTS: { INIT: string; ON_DISPATCH: string; SET_STATE: string; SET_STATE_AT_PATH: string; MERGE_STATE: string; DISPATCH: string; };