import { Server } from 'socket.io';
export declare const setIO: (instance: Server) => void;
export declare const getIO: () => Server;
//# sourceMappingURL=socketio.d.ts.map