import { LabelAction } from './labelAction';
export interface ActivateLabels extends LabelAction {
}
