/** * Make sure we dont have vite 4.4.x installed when needle engine is used locally * @param {import('../types').userSettings} userSettings */ export function vite_4_4_hack(command: any, config: any, userSettings: import("../types").userSettings): { name: string; configureServer(server: any): Promise; };