interface DescribedError { reason: string; hint?: string; } export declare function describeFetchError(err: unknown): DescribedError; export {}; //# sourceMappingURL=error-describe.d.ts.map