@@ -60,7 +60,6 @@ import {
6060 Transaction ,
6161 ManagedTransaction ,
6262 Session ,
63- ConnectionProvider ,
6463 BookmarkManager ,
6564 bookmarkManager ,
6665 BookmarkManagerConfig ,
@@ -126,10 +125,10 @@ declare const types: {
126125 LocalDateTime : typeof LocalDateTime
127126 DateTime : typeof DateTime
128127 Integer : typeof Integer
129- RxSession : RxSession
130- RxTransaction : RxTransaction
131- RxManagedTransaction : RxManagedTransaction
132- RxResult : RxResult
128+ RxSession : typeof RxSession
129+ RxTransaction : typeof RxTransaction
130+ RxManagedTransaction : typeof RxManagedTransaction
131+ RxResult : typeof RxResult
133132}
134133
135134declare const session : {
@@ -177,47 +176,46 @@ declare const forExport: {
177176 error : typeof error
178177 spatial : typeof spatial
179178 temporal : typeof temporal
180- Driver : Driver
179+ Driver : typeof Driver
181180 AuthToken : AuthToken
182181 Config : Config
183182 EncryptionLevel : EncryptionLevel
184183 TrustStrategy : TrustStrategy
185184 SessionMode : SessionMode
186- Neo4jError : Neo4jError
185+ Neo4jError : typeof Neo4jError
187186 isRetriableError : typeof isRetriableError
188- Node : Node
189- Relationship : Relationship
190- UnboundRelationship : UnboundRelationship
191- PathSegment : PathSegment
192- Path : Path
193- Integer : Integer
194- Record : Record
195- Result : Result
187+ Node : typeof Node
188+ Relationship : typeof Relationship
189+ UnboundRelationship : typeof UnboundRelationship
190+ PathSegment : typeof PathSegment
191+ Path : typeof Path
192+ Integer : typeof Integer
193+ Record : typeof Record
194+ Result : typeof Result
196195 QueryResult : QueryResult
197196 ResultObserver : ResultObserver
198- ResultSummary : ResultSummary
199- Plan : Plan
200- ProfiledPlan : ProfiledPlan
201- QueryStatistic : QueryStatistics
202- Notification : Notification
203- ServerInfo : ServerInfo
197+ ResultSummary : typeof ResultSummary
198+ Plan : typeof Plan
199+ ProfiledPlan : typeof ProfiledPlan
200+ QueryStatistics : typeof QueryStatistics
201+ Notification : typeof Notification
202+ ServerInfo : typeof ServerInfo
204203 NotificationPosition : NotificationPosition
205- Session : Session
206- Transaction : Transaction
207- ManagedTransaction : ManagedTransaction
208- Point : Point
204+ Session : typeof Session
205+ Transaction : typeof Transaction
206+ ManagedTransaction : typeof ManagedTransaction
207+ Point : typeof Point
209208 isPoint : typeof isPoint
210- Duration : Duration
211- LocalTime : LocalTime
212- Time : Time
213- Date : Date
214- LocalDateTime : LocalDateTime
215- DateTime : DateTime
216- RxSession : RxSession
217- RxTransaction : RxTransaction
218- RxManagedTransaction : RxManagedTransaction
219- RxResult : RxResult
220- ConnectionProvider : ConnectionProvider
209+ Duration : typeof Duration
210+ LocalTime : typeof LocalTime
211+ Time : typeof Time
212+ Date : typeof Date
213+ LocalDateTime : typeof LocalDateTime
214+ DateTime : typeof DateTime
215+ RxSession : typeof RxSession
216+ RxTransaction : typeof RxTransaction
217+ RxManagedTransaction : typeof RxManagedTransaction
218+ RxResult : typeof RxResult
221219 isDuration : typeof isDuration
222220 isLocalTime : typeof isLocalTime
223221 isTime : typeof isTime
@@ -279,7 +277,6 @@ export {
279277 RxTransaction ,
280278 RxManagedTransaction ,
281279 RxResult ,
282- ConnectionProvider ,
283280 isDuration ,
284281 isLocalTime ,
285282 isTime ,
0 commit comments