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