export type ViteCommandMode = 'dev' | 'build'; export declare function vite(mode: ViteCommandMode): Promise;