import { State, Action } from './types'; export default function stackReducer(state: State, action: Action): State;