import type { ResolvedConfig } from 'vite';
export declare function initEnv(config: ResolvedConfig): void;
