import { ServerOptions } from 'vite'; export declare function createServer(root?: string, serverOptions?: ServerOptions): Promise;