export declare function usePatientListsForPatient(patientUuid: string): { cohorts: { uuid: string; name: string; startDate: string; endDate: string | null; }[] | undefined; isLoading: boolean; }; //# sourceMappingURL=usePatientListsForPatient.d.ts.map