import { GetLookupsState } from '../state/supervisor-worklist-lookup.state'; import * as lookUpModelAtion from '../actions/supervisor-worklist-lookup.actions'; export declare function LookupModelsReducer(state: GetLookupsState, action: lookUpModelAtion.GetLookupsActions): GetLookupsState; export declare const getLoadingLookup: (state: GetLookupsState) => boolean; export declare const getLookupModelsErrors: (state: GetLookupsState) => string[];