import { XcodeProject } from '@expo/config-plugins'; /** * Adds the target to the PBXProject section. */ export declare function addToPbxProjectSection(xcodeProject: XcodeProject, target: { uuid: string; }): void;