export interface MetaGenAIOptions { apiKey: string; apiUrl?: string; apiVersion?: string; }