/**
 * iOS AppDelegate Interface 配置
 * 添加 JPUSHRegisterDelegate 协议
 */
import { ConfigPlugin } from 'expo/config-plugins';
/**
 * 配置 AppDelegate Interface
 * 添加 JPUSHRegisterDelegate 协议声明
 */
export declare const withIosAppDelegateInterface: ConfigPlugin;
//# sourceMappingURL=appDelegateInterface.d.ts.map