/** * Ejecutar un comando en la terminal * @param command */ export declare const runCommand: (command: string) => Promise;