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