import * as activitiesListActions from '../actions/activities.action'; import { GetLookupsState, LocalState } from '../states/activities-list.state'; export declare function reducer(state: LocalState, action: activitiesListActions.activitiesListActions): LocalState; export declare const getLoadingactivitieslist: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare function LookupModelsReducer(state: GetLookupsState, action: activitiesListActions.GetLookupsActions): GetLookupsState; export declare const getLoadingLookupModelsDetails: (state: GetLookupsState) => boolean; export declare const getLookupModelsErrors: (state: GetLookupsState) => string[];