import * as Types from './types'; import * as Actions from './actions'; export declare const INITIAL_STATE: Types.StoreState; export default function reducer(state: Types.StoreState, action: Actions.Action): Types.StoreState;