import { Actions } from './actions';
import type { State } from './types';
export declare function getInitialState(): State;
export declare function reducer(state: State, action: Actions): State;
