import gremlin from 'gremlin'; import { Edge, EdgePropertyValue, NeptuneGraphObjectType, Vertex, VertexPropertyValue } from "./types"; export * from "./types"; export { gremlin }; export declare const NEPTUNE_VERTEX_GRAPH_OBJECT_TYPE: NeptuneGraphObjectType; export declare const NEPTUNE_EDGE_GRAPH_OBJECT_TYPE: NeptuneGraphObjectType;