/** * Run the given command with the given flags. * NOTE: This function provides no error handling, so be sure * to present user-friendly error output where the fn is called. **/ declare function runCommand(cmd: any): Promise; export { runCommand };