/**
 * iOS AppDelegate Swift 配置
 * 注入 JPush 初始化和事件处理代码（Swift 版本）
 * 参考: https://juejin.cn/post/7554288083597885467
 */
import { ConfigPlugin } from 'expo/config-plugins';
export declare function applyIosAppDelegate(contents: string): string;
/**
 * 配置 iOS AppDelegate
 */
export declare const withIosAppDelegate: ConfigPlugin;
//# sourceMappingURL=appDelegate.d.ts.map