import { Root } from '../../types';
import { GlobalAction } from '../actions';
export declare const initial_state: Root;
export default function RootReducer(state: Root, action: GlobalAction): Root;
