import { GraphQLFormattedError } from 'graphql'; /** * * @param info * @param debug * @param afterErrorHook * @returns {Promise} */ declare const errorHandler: (info: any, debug: boolean, afterErrorHook: any) => Promise; export default errorHandler;