import type { TrckLabel } from './trck-label.js';
/**
 * a list of name-value object pairs associated with some metric.
 * @example [
 *   {
 *     "name": "group",
 *     "value": "tree-82"
 *   },
 *   {
 *     "name": "metrics.ai.sap.com/Artifact.name",
 *     "value": "sk_learn_rf_classifier_model"
 *   }
 * ]
 */
export type TrckLabelList = TrckLabel[];
//# sourceMappingURL=trck-label-list.d.ts.map