/** * Internal dependencies */ import { State } from './types'; export declare function reducer(state: State, action: any): State;