import LeafStandardAction from './types/Actions/LSA'; import Dict from './types/Dict'; import { Reducer } from 'redux'; import ActionsProxy from './actions/proxy'; import LeafCompoundAction from './types/Actions/LCA'; import FluxStandardAction from './types/Actions/FSA'; export declare const reduxLeaves: >(initialState: T, reducersDict?: {}) => [Reducer, ActionsProxy];