import type { Logger } from '@graphql-mesh/types';
export declare function handleFatalError(e: Error, logger: Logger): any;
