import { AppConfigurationInterface } from '../../models/app/app.js'; import { OrganizationApp } from '../../models/organization.js'; export declare function fetchAppFromConfigOrSelect(app: AppConfigurationInterface, developerPlatformClient?: import("../../utilities/developer-platform-client.js").DeveloperPlatformClient): Promise;