export declare const API_ENDPOINTS: { GET_ALL_APPOINTMENTS: string; GET_APPOINTMENT_BY_ID: (id: string) => string; CHECK_APPOINTMENT_EXISTS: (id: string) => string; CREATE_APPOINTMENT: string; UPDATE_APPOINTMENT: string; GET_APPOINTMENT_BY_FILTERS: string; };