/**
 * iOS Podfile 配置
 * 添加 post_install 脚本
 */
import { ConfigPlugin } from 'expo/config-plugins';
/**
 * 配置 Podfile post_install
 * 排除 arm64 模拟器架构
 */
export declare const withIosPodfile: ConfigPlugin;
//# sourceMappingURL=podfile.d.ts.map