import type { AstroInlineConfig, PreviewServer } from '../../@types/astro.js'; /** * Starts a local server to serve your static dist/ directory. This command is useful for previewing * your build locally, before deploying it. It is not designed to be run in production. * * @experimental The JavaScript API is experimental */ export default function preview(inlineConfig: AstroInlineConfig): Promise;