export declare const API_ENDPOINTS: { GET_ALL_PATIENTS: string; GET_PATIENT_BY_ID: (id: string) => string; CHECK_PATIENT_EXISTS: (id: string) => string; CREATE_PATIENT: string; UPDATE_PATIENT: string; GET_PATIENT_BY_FILTERS: string; };