import { SetParameters } from './types'; export declare const config: { actionsCreators: { setData: (_a: any, actions: any, nextState: SetParameters) => any; loading: (_a: any, _b: any, nextState: any) => any; reset: (_a: any, _b: any, nextState: any) => any; }; };