@class NSString; @protocol NSXPCProxyCreating; @interface WBSHistoryServiceDatabaseDelegateProxy : NSObject { id _proxy; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)handleEvent:(id)a0 completionHandler:(id /* block */)a1; - (void)reportSevereError:(id)a0 completionHandler:(id /* block */)a1; - (void)reportPermanentIDsForVisits:(id)a0 completionHandler:(id /* block */)a1; - (void)reportPermanentIDsForItems:(id)a0 completionHandler:(id /* block */)a1; - (id)init; - (id)initWithProxy:(id)a0; - (void).cxx_destruct; @end