export { setGlobalContext };
import type { Plugin } from 'vite';
declare function setGlobalContext(): Plugin[];
