/**
 * iOS Info.plist 配置
 * 参考: https://juejin.cn/post/7554288083597885467
 */
import { ExpoConfig } from 'expo/config';
import { ResolvedJPushPluginProps } from '../types';
export declare function mergeBackgroundModes(existingModes: string[] | string | undefined): string[];
/**
 * 配置 iOS Info.plist
 * 添加推送通知所需的后台模式
 */
/**
 * 配置 iOS Info.plist
 * 添加推送通知所需的后台模式
 */
export declare function applyIosInfoPlist(infoPlist: Record<string, any>, props: ResolvedJPushPluginProps): Record<string, any>;
export declare function withIosInfoPlist(config: ExpoConfig, props: ResolvedJPushPluginProps): ExpoConfig;
//# sourceMappingURL=infoPlist.d.ts.map