/**
* A component that reports metrics of Node.js, the LoopBack framework, and your
* application to Prometheus.
*
* @packageDocumentation
*/export * from'prom-client';
export * from'./keys';
export * from'./metrics.component';
export * from'./types';