interface ServeOptions { port?: string; workDir?: string; debug?: boolean; } export declare function serveCommand(options: ServeOptions): Promise; export {};