export { envVarsPlugin };
import type { Plugin } from 'vite';
declare function envVarsPlugin(): Plugin;
