/**
 * Runs the Sources Configuration
 * @packageDocumentation
 *
 * @version 0.0.0-alpha.0
 * @date 2020-04-18
 * @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com>
 * @license SPDX-License-Identifier: MIT
 */
import type { VMatrix } from 'vapi';
import type { DMVConfig } from '../conf';
/**
 * Runs the Sources Configuration
 *
 * @param config The DMV Configuration
 * @param master An open VMatrix connection to the cluster master
 */
export declare function runSourcesConfig({ cluster: { sources: { offsets: { video2110_20, video2022_6, mipmaps: mipmap } } }, sources: { video: { st2110_20, st2022_6, mipmaps }, audio, metadata } }: DMVConfig, master: VMatrix): Promise<void>;
export default runSourcesConfig;
//# sourceMappingURL=sources.d.ts.map