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