import * as relatedAppointment from '../actions/related-appointment.action'; import { RelatedAppointmentState } from '../states/related-appointment.state'; export declare function reducer(state: RelatedAppointmentState, action: relatedAppointment.relatedAppointmentActionTypes): RelatedAppointmentState; export declare const getLoadingrelatedAppointment: (state: RelatedAppointmentState) => boolean; export declare const getErrors: (state: RelatedAppointmentState) => string[];