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