export declare const runServe: (argv: string[], write?: (line: string) => void) => Promise; export declare const ServeCommand: { run(argv: string[]): Promise; }; //# sourceMappingURL=ServeCommand.d.ts.map