@interface _LSDReadClient : _LSDClient <_LSDReadProtocol> - (void)willHandleInvocation:(id)a0 isReply:(BOOL)a1; - (void)invokeServiceInvocation:(id)a0 isReply:(BOOL)a1; - (void)getBundleRecordForCoreTypesWithCompletionHandler:(id /* block */)a0; - (void)getTypeRecordWithIdentifier:(id)a0 allowUndeclared:(BOOL)a1 completionHandler:(id /* block */)a2; - (void)getExtensionPointRecordForCurrentProcessWithCompletionHandler:(id /* block */)a0; - (void)getTypeRecordForImportedTypeWithIdentifier:(id)a0 conformingToIdentifier:(id)a1 completionHandler:(id /* block */)a2; - (void)getBundleRecordForCurrentProcessWithCompletionHandler:(id /* block */)a0; - (void)getDiskUsage:(id)a0 completionHandler:(id /* block */)a1; - (void)getBundleProxyForCurrentProcessWithCompletionHandler:(id /* block */)a0; - (void)getBoundIconInfoForDocumentProxy:(id)a0 completionHandler:(id /* block */)a1; - (void)mapBundleIdentifiers:(id)a0 orMachOUUIDs:(id)a1 completionHandler:(id /* block */)a2; - (void)getServerStatusWithCompletionHandler:(id /* block */)a0; - (void)getKernelPackageExtensionsWithCompletionHandler:(id /* block */)a0; - (void)getSettingsStoreConfigurationWithCompletionHandler:(id /* block */)a0; - (void)mapPlugInBundleIdentifiersToContainingBundleIdentifiers:(id)a0 completionHandler:(id /* block */)a1; - (void)getSystemModeWithCompletionHandler:(id /* block */)a0; - (void)resolveQueries:(id)a0 legacySPI:(BOOL)a1 completionHandler:(id /* block */)a2; - (void)getTypeRecordWithTag:(id)a0 ofClass:(id)a1 conformingToIdentifier:(id)a2 completionHandler:(id /* block */)a3; - (void)getResourceValuesForKeys:(id)a0 mimic:(id)a1 preferredLocalizations:(id)a2 completionHandler:(id /* block */)a3; - (void)getPreferencesWithCompletionHandler:(id /* block */)a0; - (void)getKnowledgeUUIDAndSequenceNumberWithCompletionHandler:(id /* block */)a0; - (void)getAllUserActivityTypesAndDomainNamesWithCompletionHandler:(id /* block */)a0; - (void)getRelatedTypesOfTypeWithIdentifier:(id)a0 maximumDegreeOfSeparation:(long long)a1 completionHandler:(id /* block */)a2; - (void)getSystemContentStoreWithCompletionHandler:(id /* block */)a0; - (void)getTypeRecordsWithIdentifiers:(id)a0 completionHandler:(id /* block */)a1; - (void)getApplicationCategoryIdentifiersSetWithCompletionHandler:(id /* block */)a0; - (void)getServerStoreNonBlockingWithCompletionHandler:(id /* block */)a0; - (void)getSessionLanguagesForImproperlyLocalizedProcessWithCompletionHandler:(id /* block */)a0; - (void)getWhetherTypeIdentifier:(id)a0 conformsToTypeIdentifier:(id)a1 completionHandler:(id /* block */)a2; - (void)getTypeRecordsWithTag:(id)a0 ofClass:(id)a1 conformingToIdentifier:(id)a2 completionHandler:(id /* block */)a3; - (void)getExtensionPointRecordWithIdentifier:(id)a0 platform:(unsigned int)a1 completionHandler:(id /* block */)a2; @end