import type { GraphQLResolveInfo } from "graphql"; import type { Neo4jGraphQLContext } from "../../../types/neo4j-graphql-context"; export declare function idResolver(source: any, args: any, context: Neo4jGraphQLContext, info: GraphQLResolveInfo): any; //# sourceMappingURL=id.d.ts.map