import * as appointmentDetailsActions from '../actions/appointment-details.action'; import { AppointmentState, GetLookupsState } from '../states/appointment-details.state'; export declare function reducer(state: AppointmentState, action: appointmentDetailsActions.appointmentDetailsActions): AppointmentState; export declare const getLoadingappointment: (state: AppointmentState) => boolean; export declare const getErrors: (state: AppointmentState) => string[]; export declare const getSelectedappointmentId: (state: AppointmentState) => number; export declare function LookupModelsReducer(state: GetLookupsState, action: appointmentDetailsActions.GetLookupsActions): GetLookupsState; export declare const getLoadingLookupModelsDetails: (state: GetLookupsState) => boolean; export declare const getLookupModelsErrors: (state: GetLookupsState) => string[];