/**
 * Finds the current DMV 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
 */
/**
 * The name of the current configuration
 *
 */
declare const CURRENT_CONF: string;
export { CURRENT_CONF };
export default CURRENT_CONF;
//# sourceMappingURL=current_conf.d.ts.map