import { ConfigPlugin } from '@expo/config-plugins'; import { ExpoConfig } from '@expo/config-types'; export declare const withDocumentPickerIOS: ConfigPlugin<{ appleTeamId?: string; }>; export declare function setICloudEntitlments(config: Pick, appleTeamId: string, entitlements: Record): Record;