import { type Gauge } from './createGauge';
export * from './createCounter';
export * from './createGauge';
export declare const lastMetricsUpdate: Gauge;
export declare const lastMetricsFetch: Gauge;
