import { GraphQLResult } from '../../types'; export declare const createGraphQLResultWithError: (error: Error) => GraphQLResult;