/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ import { type AppDataSourceConfig } from '@microsoft/managed-apps-common/communication'; /** * Fetch the app's resolved connection configs from the host, keyed by entity * (data source) name. Keys are normalized to lowercase to match existing SDK * lookup conventions. */ export declare function getAppConnections(): Promise>; //# sourceMappingURL=getAppConnections.d.ts.map