import { ServerOptions } from 'socket.io'; export interface SocketModuleConfigOptions { socketOptions: Partial; isGlobal: boolean; } //# sourceMappingURL=websocket.interfaces.d.ts.map