import * as ncpWorkListActions from '../actions/ncp-evaluation-form.action'; import { LocalState } from '../state/ncp-evaluation.state'; export declare function reducer(state: LocalState, action: ncpWorkListActions.NCPWorklistActions): LocalState; export declare const getLoadingNcpEvaluation: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare const getCaseId: (state: LocalState) => number;