There are no promClient and metricsMiddleware in TypeScript definitions.
const metricsRequestMiddleware = promBundle({ ... });
const { promClient, metricsMiddleware } = metricsRequestMiddleware;
// ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^
// Property 'promClient' does not exist on type 'RequestHandler<ParamsDictionary>'.
// Property 'metricsMiddleware' does not exist on type 'RequestHandler<ParamsDictionary>'.
There are no
promClient
andmetricsMiddleware
in TypeScript definitions.