import { ServerOptions } from 'vite';

declare function preview(root?: string, serverOptions?: ServerOptions): Promise<void>;

export { preview };
