/** * Convert an error to an HTTP Response. * Use in route handlers to catch typed errors from guards/services. */ export declare function handleAuthError(err: unknown): Response; //# sourceMappingURL=error-handler.d.ts.map