import { GraphQLError } from 'graphql'; export declare function relocatedError(originalError: GraphQLError, path?: ReadonlyArray): GraphQLError;