import { RoutingTreeMatcher } from '../api/notifications/v0alpha1/notifications.api.gen';
export type Label = [string, string];
export type LabelMatcher = RoutingTreeMatcher;
