import type { Plugin as VitePlugin } from 'vite'; import type { AstroSettings } from '../types/astro.js'; export declare function vitePluginAdapterConfig(settings: AstroSettings): VitePlugin;