import type { TaskValueMetrics } from '@xopcai/gateway-contract'; export declare class TaskValueMetricsService { get(): TaskValueMetrics; }