import { ConfigPlugin } from '@expo/config-plugins';
export declare const withIosModulesPodfile: ConfigPlugin;
export declare function updatePodfile(contents: string, projectName: string, sdkVersion: string | undefined): string;
