import type { UserConfig } from "vite"; import type { ProjectType } from "./projectType"; export declare function manageOptimizedDeps(params: { userConfig: UserConfig; projectType: ProjectType; }): UserConfig;