/** * Merges the subtitle and video files into a Matroska Multimedia Container. */ export default function (config: IConfig, isSubtitled: boolean, rtmpInputPath: string, filePath: string, done: (err: Error) => void): void;