import { ConfigPlugin } from '@expo/config-plugins'; export interface ConfigureEasBuildProps { bundleIdentifier: string; targetName: string; groupIdentifier: string; } /** * Plugin step that configures EAS build settings for the widget extension. * * This: * - Adds the widget extension to the EAS build experimental iOS appExtensions * - Configures entitlements for both the extension and main app */ export declare const configureEasBuild: ConfigPlugin;