/// import * as CP from 'child_process'; export declare function spawn(command: string, args: string[], options: CP.SpawnOptions): Promise;