import { ICommandPromise, IRunOptions } from '../common'; export declare function run(command: string | string[], options?: IRunOptions): ICommandPromise;