@class NSString, NSDictionary, TRIClient, _PASLock; @interface PREExperimentResolver : NSObject { _PASLock *_guardedSmartReplyConfig; TRIClient *_trialClient; } @property (readonly, nonatomic) NSDictionary *smartReplyLangAndNamespaces; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedInstance; + (id)sharedQueue; - (id)init; - (void)warmupForLocale:(id)a0; - (id)_getDefaultResponseSuggestionsExperimentConfig:(id)a0; - (id)getResponseSuggestionsExperimentConfig:(id)a0 shouldDownloadAssets:(BOOL)a1; - (void).cxx_destruct; @end