import * as assessmentListActions from '../actions/assessment-list.actions'; import { LocalState } from '../state/assessment-list.state'; export declare function reducer(state: LocalState, action: assessmentListActions.AssessmentListActions): LocalState; export declare const getLoadingAssessments: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare const getInitiateEAEP: (state: LocalState) => boolean; export declare const getNextRecertificationDate: (state: LocalState) => string; export declare const getHoursReportedInWMS: (state: LocalState) => number; export declare const getWagesReportedInWMS: (state: LocalState) => number;