import { Registry } from 'prom-client'; declare const defaultConfig: { prefix: string; registry: Registry | undefined; process: NodeJS.Process; }; export type Config = typeof defaultConfig; export declare const metricNames: string[]; export declare const collectSocketMetrics: (cfg?: Partial) => void; export {};