import { XcodeProject } from '@expo/config-plugins'; /** * Adds a target dependency so the main app depends on the widget extension. */ export declare function addTargetDependency(xcodeProject: XcodeProject, target: { uuid: string; }): void;