/**
 * iOS 配置集成
 * 参考: https://juejin.cn/post/7554288083597885467
 */
import { ExpoConfig } from 'expo/config';
import { ResolvedJPushPluginProps } from '../types';
/**
 * 应用所有 iOS 配置
 * @param config - Expo config
 * @param props - 已归一化的插件配置
 * @returns Modified config
 */
export declare function withIOSConfig(config: ExpoConfig, props: ResolvedJPushPluginProps): ExpoConfig;
//# sourceMappingURL=index.d.ts.map