import { Plugin } from 'vite'; export { pluginClientOnly }; /** * Vite plugin that transforms Vue components on server-side: * - Strips default slots of * - Removes unreferenced imports that result from the stripping */ declare function pluginClientOnly(): Plugin[];