import { ExpoConfig } from '@expo/config-types'; import { InfoPlist } from './IosConfig.types'; export declare const withUsesNonExemptEncryption: import("..").ConfigPlugin; export declare function getUsesNonExemptEncryption(config: Pick): boolean | null; export declare function setUsesNonExemptEncryption(config: Pick, { ITSAppUsesNonExemptEncryption, ...infoPlist }: InfoPlist): InfoPlist;