import { Action, Actions, Dispatch, State } from './types.js'; export declare function isWizardFullfilled(state: State): boolean; export declare function Reducer(state: State, action: Action): State; export declare function mapToReducerActions(dispatch: Dispatch): Actions;