import "../_dnt.polyfills.js"; import { Command } from "../deps/cliffy.js"; export declare const serve: Command; export interface RunServeOptions { nets?: string; port: number; out: string; target?: string; }