import * as vite from 'vite'; declare function createDevServer(root: string, restartServer: () => Promise): Promise; export { createDevServer };