import type { VitePreviewSchema } from '../schema'; import type { Res } from '../../utils/types'; import { Observable } from 'rxjs'; export declare function startVitePreview(schema: VitePreviewSchema): Observable;