import type { State, Action } from '../types'; export declare const matrix: (state: State, action: Action) => State;