export declare enum GremlinQueryOperation {
    eval = "eval",
    authentication = "authentication",
}
