1import { ExpoConfig } from '@expo/config-types'; 2import { InfoPlist } from './IosConfig.types'; 3export declare const withUsesNonExemptEncryption: import("..").ConfigPlugin; 4export declare function getUsesNonExemptEncryption(config: Pick<ExpoConfig, 'ios'>): boolean | null; 5export declare function setUsesNonExemptEncryption(config: Pick<ExpoConfig, 'ios'>, { ITSAppUsesNonExemptEncryption, ...infoPlist }: InfoPlist): InfoPlist; 6