/**
 * Runs the Cluster 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 Cluster Configuration
 *
 * @param config The DMV Configuration
 * @param master An open VMatrix connection to the cluster master
 */
export declare function runClusterConfig({ cluster: { communication, sources }, nodes }: DMVConfig, master: VMatrix): Promise<void>;
export default runClusterConfig;
//# sourceMappingURL=cluster.d.ts.map