const setupDevtoolsPlugin = () => { }; const isPerformanceSupported = () => false; const now = () => Date.now(); const index = { setupDevtoolsPlugin, isPerformanceSupported, now }; export { index as default, isPerformanceSupported, now, setupDevtoolsPlugin };