export const ipcSend = ( msg: { type: "init" } | { type: "ready"; port: number } ) => {};