import { SetConfigAction } from '../actions';
import { Reducer } from '../store';
export declare const configReducer: Reducer<any, SetConfigAction>;
