@class HKHealthStore, HKSortedSampleArray, NSObject, HKAnchoredObjectQuery; @protocol OS_dispatch_queue; @interface FIMindfulnessSessionDataProvider : NSObject { HKHealthStore *_healthStore; NSObject *_serialQueue; HKSortedSampleArray *_mindfulnessSessions; HKAnchoredObjectQuery *_mindfulnessSessionsQuery; } - (void)dealloc; - (id)initWithHealthStore:(id)a0; - (void).cxx_destruct; - (id)_createMindfulnessSessionsQueryWithRetryCount:(long long)a0; - (void)_queue_retryMindfulSessionQueryWithRetryCount:(long long)a0; - (void)_queue_startMindfulnessSessionQueryWithRetryCount:(long long)a0; - (void)_queue_stopMindfulSessionQuery; - (id)allMindfulnessSessions; - (void)allMindfulnessSessionsWithCompletion:(id /* block */)a0; - (void)startMindfulnessSessionQueryIfNeeded; @end