import type { CLIHandlerOptions } from "../types/cli.js"; export default function server({ port, basePath, filesToServe }: CLIHandlerOptions): Promise | undefined>;