Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
nodejs-18
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
sigstore
/
dist
/
client
/
//opt/nodejs-18/usr/lib/node_modules/npm/node_modules/sigstore/dist/client/error.d.ts
import fetch from 'make-fetch-happen'; type Response = Awaited<ReturnType<typeof fetch>>; export declare class HTTPError extends Error { response: Response; statusCode: number; location?: string; constructor(response: Response); } export declare const checkStatus: (response: Response) => Response; export {};