UNPKG

@rolme/ytscript

Version:

A CLI tool to download YouTube transcripts and generate summaries

5 lines (4 loc) 154 B
import { AIOptions, AIProvider } from '../../types/ai.js'; export declare class AIProviderFactory { static create(options?: AIOptions): AIProvider; }