import type { MetricValue } from './observability.types.js'; export declare class WorktreeMetricsRegistry { private metrics; clear(): void; gauge(name: string, value: number, labels?: Record): void; increment(name: string, labels?: Record): void; snapshot(): MetricValue[]; private key; } //# sourceMappingURL=worktree-metrics-registry.d.ts.map