import Cypher from "@neo4j/cypher-builder";
export declare function getOrCreateCypherNode(nameOrNode: Cypher.Node | string): Cypher.Node;
export declare function getOrCreateCypherVariable(nameOrVariable: Cypher.Variable | string): Cypher.Variable;
//# sourceMappingURL=get-or-create-cypher-variable.d.ts.map