import { Socket as SocketCore } from 'socket.io'; export type Socket = SocketCore;