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