import { JSONObject } from '@expo/json-file'; import { Client } from '../../vcs/vcs'; interface Target { buildConfiguration?: string; targetName: string; } export declare function getManagedApplicationTargetEntitlementsAsync(projectDir: string, env: Record, vcsClient: Client): Promise; export declare function getNativeTargetEntitlementsAsync(projectDir: string, target: Target): Promise; export {};