import * as AppointmentTypesActions from '../actions/appointment-types.action'; import { LocalState } from '../state/appointment-types.state'; export declare function reducer(state: LocalState, action: AppointmentTypesActions.AppointmentTypesActions): LocalState; export declare const getLoadingAppointments: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare const getCanAdd: (state: LocalState) => boolean;