declare const _default: {
  toolManager: (string | typeof ToolManager)[];
};
export default _default;
import ToolManager from './ToolManager';
