export function getAppSettingsByDeprecatedAssetId(deprecatedAssetIds: any, cache: any): Promise; export function getAppsWithUnifiedSettings(apps: any, dashboardAssetId: any, cache: any): Promise; export function resolveAppsData({ apps, dashboardAssetId, cache, updateCache, requests, }: { apps: any; dashboardAssetId: any; cache: any; updateCache: any; requests?: any[] | undefined; }): Promise; export function getDeprecatedAssetIds(apps: any, dashboardAssetId: any): any[]; //# sourceMappingURL=dataResolvers.d.ts.map