import type { TrckGetMetric } from './trck-get-metric.js';
/**
 * Array of Metric items
 */
export type TrckGetMetricList = TrckGetMetric[];
//# sourceMappingURL=trck-get-metric-list.d.ts.map