import type { MetricsQuery, MetricValue } from './observability.types.js'; import type { WorktreeMetricsRegistry } from './worktree-metrics-registry.js'; export declare class MetricsQueryService { private readonly registry; constructor(registry: WorktreeMetricsRegistry); query(q: Partial): MetricValue[]; } //# sourceMappingURL=metrics-query.service.d.ts.map