import { XcodeProject } from '@expo/config-plugins'; export interface AddProductFileOptions { targetName: string; groupName: string; } /** * Adds the product file (.appex) for the widget extension. */ export declare function addProductFile(xcodeProject: XcodeProject, options: AddProductFileOptions): any;