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