import type { GraphQLNamedType, GraphQLType } from "graphql"; export declare function collectReferencedTypes(type: GraphQLType, typeSet: Set): Set; //# sourceMappingURL=collectReferencedTypes.d.ts.map