import * as stepEvaluationListActions from '../actions/step-evaluation-list.action'; import { LocalState } from '../state/step-evaluation-state'; export declare function reducer(state: LocalState, action: stepEvaluationListActions.LoadSTEPListAction): LocalState; export declare const getLoadingstepEvaluation: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare const getInitiatestepEvaluation: (state: LocalState) => boolean; export declare const getEvaluationId: (state: LocalState) => number;