type Vite = typeof import("vite"); export declare function preloadVite(): Promise; export declare function getVite(): Vite; export {};