import { FatcherContext, FatcherResponse } from 'fatcher'; export declare class FatcherError extends Error { readonly context: FatcherContext; readonly response: FatcherResponse; name: string; constructor(context: FatcherContext, response: FatcherResponse); }