export interface FailedRequestCandidate { url: string; method: string; failure: string; resourceType: string; } /** * Next.js may start a speculative React Server Component fetch and cancel it * once the destination is no longer needed. Chromium reports that deliberate * cancellation as net::ERR_ABORTED even though the rendered page is healthy. */ export declare function isBenignNextRscAbort(request: FailedRequestCandidate): boolean; //# sourceMappingURL=request-diagnostics.d.ts.map