import { INgRunResult, INgRunner as ICommandRunner } from "./runner.interface"; export declare class CommandRunner implements ICommandRunner { run(command: string): Promise; run(command: string, location?: string): Promise; }