declare function run(command: string | string[], env?: Record<string, string>): Promise<void>;

export { run };
