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