/** * Report a 5xx handler failure. Handlers convert errors into responses, so * these never escape to a global handler and would not otherwise reach Sentry. * Anything below 500 is dropped as noise. No-op when no reporter is installed. */ export declare function reportHandlerFailure(error: unknown, details: { boundary: string; method: string; status: number; runId?: string | null; projectId?: string; projectSlug?: string; slug?: string; category?: string; detail?: string; cause?: string; }): void; //# sourceMappingURL=report-handler-failure.d.ts.map