import type { Plugin } from 'vite'; declare const vitePluginSSRServer: (ssrEntry: string) => Plugin; export default vitePluginSSRServer;