declare module Neo4J { export { Driver } from './driver'; export { Session } from './session'; export { Node, Relationship, UnboundRelationship, Path, PathSegment } from './graph-types'; export { Record } from './record'; export { Neo4jError } from './error'; export { Result } from './result'; export { ResultSummary } from './result-summary'; export { Transaction } from './transaction'; }