UNPKG

286 BTypeScriptView Raw
1import { InfoPlist } from './IosConfig.types';
2import { ExpoConfig } from '../Config.types';
3export declare function getUsesNonExemptEncryption(config: ExpoConfig): boolean | null;
4export declare function setUsesNonExemptEncryption(config: ExpoConfig, infoPlist: InfoPlist): InfoPlist;