import type { CreatePreviewServer } from 'astro'; declare const createPreviewServer: CreatePreviewServer; export { createPreviewServer as default };