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