/**
 * ano serve command
 *
 * Start a local web server for viewing annotations.
 *
 * Usage:
 *   ano serve <file...>           Start server for one or more files
 *   ano serve <file> --port 8080  Use custom port
 */
import { Command } from 'commander';
export declare const serveCommand: Command;
