import * as roleLookModelAtion from '../actions/lookupmodel.action'; import { GetLookupsState } from '../state/location-details.state'; export declare function LookupModelsReducer(state: GetLookupsState, action: roleLookModelAtion.GetLookupsActions): GetLookupsState; export declare const getLoadingLookupModelsDetails: (state: GetLookupsState) => boolean; export declare const getLookupModelsErrors: (state: GetLookupsState) => string[];