import { ViteDevServer } from 'vite'; declare function configureServer(server: ViteDevServer): void; export { configureServer as default };