import type { Neo4jGraphQLConstructor } from "@neo4j/graphql";
import type { DocumentNode } from "graphql";
export declare function filterDocument(typeDefs: Neo4jGraphQLConstructor["typeDefs"]): DocumentNode;
//# sourceMappingURL=filter-document.d.ts.map