import type Cypher from "@neo4j/cypher-builder";
import type { Neo4jGraphQLTranslationContext } from "../../types/neo4j-graphql-translation-context";
export declare function buildClause(clause: Cypher.Clause, { context, prefix }: {
    context: Neo4jGraphQLTranslationContext;
    prefix?: string;
}): Cypher.CypherResult;
//# sourceMappingURL=build-clause.d.ts.map