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