import { type RoutingTreeMatcher } from '@grafana/api-clients/rtkq/notifications.alerting/v0alpha1';
export type Label = [string, string];
export type LabelMatcher = RoutingTreeMatcher;
