import type { GraphQLError } from 'graphql'; export declare function isGraphQLError(error: Error): error is GraphQLError;