/** Static counter registry for tracking named numeric metrics. */ export declare class Counters { static counters: Record; static inc(name: string, count?: number): void; static max(name: string, count: number): void; static min(name: string, count: number): void; private static catchError; } //# sourceMappingURL=Counters.d.ts.map