import BaseTool from './BaseTool'; export default class ToolEnabledGroup { private activeTool; constructor(); notifyEnabled(tool: BaseTool): void; }