import type { CLIHandlerOptions } from "../types/cli.js"; export default function run({ port, cmdArgs, basePath, filesToServe, format }: CLIHandlerOptions): Promise;