import { IAppConfiguration } from '../models/AppConfiguration'; /** * This is needed to get configuration of the app from Creators Studio. * * @returns The configuration of the app provided in DaVinci Creators Studio */ export declare function getConfig(): Promise;