export * from '../types'; /** * Start the IPC handler's listening on the [main] process. */ export { listen } from './main.ipc';