#!/usr/bin/env node import '@tensorflow/tfjs-node'; export interface IAidaConfig { chatito: { inputPath: string; outputPath: string; }; aida: { outputPath: string; language: 'en' | 'es'; }; }