export { GenCaptionWhisper } from './GenCaptionWhisper'; export declare abstract class IGenCaption { abstract read(file: string, model: string, outDir: string, options?: { [key: string]: boolean | string; }): Promise; }