UNPKG

@snowdigital/whisper-node

Version:
4 lines 237 B
import { Logger } from './types'; export declare const checkIfFileExists: (filePath: string) => void; export declare const convertToWavType: (inputFilePath: string, logger?: Logger) => Promise<string>; //# sourceMappingURL=utils.d.ts.map