File size: 277 Bytes
fea495a
 
 
1
2
3
4
import type { ServerResponse, IncomingMessage } from 'http';
import type { Telemetry } from '../../telemetry/storage';
export declare function getNextErrorFeedbackMiddleware(telemetry: Telemetry): (req: IncomingMessage, res: ServerResponse, next: () => void) => Promise<void>;