UNPKG

@omnimedia/omnitool

Version:

open source video processing tools

6 lines (5 loc) 159 B
import { TranscribeOptions } from "../types.js"; export declare function transcribe(options: TranscribeOptions): Promise<{ text: any; chunks: any; }>;