/** * @public */ export type Metric = { kind: string; name: string; default: boolean; };