import type { ViteDevServer } from "vite"; export declare function stopServer(app: ViteDevServer): Promise;