///
import { BundleId, Profile, RequestContext } from '@expo/apple-utils';
export declare function getProfilesForBundleIdAsync(context: RequestContext, bundleIdentifier: string): Promise;
export declare function getBundleIdForIdentifierAsync(context: RequestContext, bundleIdentifier: string): Promise;