import type { Action, State } from './types'; export declare const getReducer: (macros: Record) => (state: State | undefined, action: Action) => State;