import { FfmpegCommand } from 'fluent-ffmpeg'; export declare class FFmpegFactory { static get(): (path?: string) => FfmpegCommand; }