/**
 * Runs the Nodes Configuration
 * @packageDocumentation
 *
 * @version 0.0.0-alpha.0
 * @date 2020-04-15
 * @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com>
 * @license SPDX-License-Identifier: MIT
 */
import type { DMVConfig } from '../conf';
/**
 * Runs the Nodes Configuration
 *
 * @param config The DMV Configuration
 */
export declare const runNodesConfigAll: (config: DMVConfig) => Promise<void[]>;
export default runNodesConfigAll;
//# sourceMappingURL=nodes.d.ts.map