import { CommandOptions, CommandResult } from './command'; export declare function call(command: string, args?: string[], options?: CommandOptions): Promise; export declare function callOutput(command: string, args?: string[], options?: CommandOptions): Promise;