import type { ProjectInfo } from './types'; export declare function modifyViteConfig(viteConfigPath: string, projectInfo: ProjectInfo): Promise;