/**
 * Name of the metric
 * @example "Error Rate"
 * Max Length: 256.
 * Pattern: "[\\w-]{1,64}".
 */
export type TrckMetricName = string;
//# sourceMappingURL=trck-metric-name.d.ts.map