export { pluginAssertFileEnv };
import type { Plugin } from 'vite';
import '../assertEnvVite.js';
declare function pluginAssertFileEnv(): Plugin[];
