import type { DirectiveNode } from "graphql"; import { CypherAnnotation } from "../../annotation/CypherAnnotation"; export declare function parseCypherAnnotation(directive: DirectiveNode): CypherAnnotation; //# sourceMappingURL=cypher-annotation.d.ts.map