import type { ViteDevServer } from "vite";
export declare const createSocketServer: (viteHttpServer: ViteDevServer["httpServer"]) => void;
