/** * @packageDocumentation * @module DaVinci_API */ import { IAppConfiguration } from '../AmcApi'; /** * This is needed to get the global configuration for the DaVinci Framework. * * @returns The configuration of the global framework config for the current DaVinci profile. */ export declare function getDaVinciAgentConfig(): Promise;