import { initialState } from './reducer';
export declare let state: typeof initialState;
export declare function update(newState: any): void;
