import { Server } from "socket.io"; export type SocketIOServer = Server; export declare const SocketIOServer: typeof Server; export { Server };