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