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