import { GraphQLNamedType } from 'graphql'; export declare class TypeIsNotDocumentCompatible extends Error { constructor({ type }: { type: GraphQLNamedType; }); }