import { ConfigPlugin } from '@expo/config-plugins'; export interface ConfigurePodfileProps { targetName: string; } /** * Plugin step that adds the Podfile target for the widget extension. */ export declare const configurePodfile: ConfigPlugin;