import * as supervisorListActions from '../actions/supervisor-worklist.action'; import { LocalState } from '../state/supervisor-worklist.state'; export declare function reducer(state: LocalState, action: supervisorListActions.SupervisorWorklistActions): LocalState; export declare const getErrors: any; export declare const getLoading: any;