import { Plugin } from 'vite'; declare function solacePlugin(...options: never[]): Plugin; export { solacePlugin as default, solacePlugin };