import { NgCommand } from "../../ng/ng-command"; import { INgRunner } from "../../utils/runner/ng-runner.interface"; import { INgServeArguments } from "./arguments.interface"; export declare class NgServe extends NgCommand { constructor(runner: INgRunner, args?: Partial); }