import socketIo from "socket.io"; import { Server } from "http"; import { OBAExpressApiSocketsConfigType } from "./sockets-types"; export declare type OBAExpressApiSocketsConfig = OBAExpressApiSocketsConfigType; export declare class OBAExpressApiSockets { static init: (config: OBAExpressApiSocketsConfig, httpServer: Server) => socketIo.Server; } export default OBAExpressApiSockets;