/** * @docs: https://github.com/websockets/ws * */ import http from 'node:http'; import ws from 'ws'; import { TypeServerParamsManual } from './types'; export declare function startReloadServer(params: TypeServerParamsManual): ws.Server; //# sourceMappingURL=startReloadServer.d.ts.map