Try doing this:
import { Menu, ipcRenderer } from 'electron'; setTimeout(() => { console.log('imported status: ', Menu, ipcRenderer) }, 1000)