export default class FetchError extends Error { response: Response; content?: TContent | undefined; handled: boolean; constructor(response: Response, content?: TContent | undefined); }