declare function run(command: string | string[], env?: Record): Promise; export { run };