import { Context } from "../imports/Context"; import { Function } from "../imports/Function"; import { GlideAggregate } from "../types/GlideAggregate"; export declare class GraphQueryExecutor { constructor( cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean ); cypher2Results(cypher?: string): GlideAggregate; getACLErrors(): Array; getCategory(): string; graph2GTop(): string; setCategory(category?: string): void; setFixupEdges(fixupEdges?: boolean): void; }