import Cypher from "@neo4j/cypher-builder";
import type { Neo4jGraphQLTranslationContext } from "../types/neo4j-graphql-translation-context";
import { type AttributeAdapter } from "../schema-model/attribute/model-adapters/AttributeAdapter";
export declare function translateTopLevelCypher({ context, attributeAdapter, type, }: {
    context: Neo4jGraphQLTranslationContext;
    attributeAdapter: AttributeAdapter;
    type: "Query" | "Mutation";
}): Cypher.CypherResult;
//# sourceMappingURL=translate-top-level-cypher.d.ts.map