import { XcodeProject } from '@expo/config-plugins';
export declare function addToPbxProjectSection(xcodeProject: XcodeProject, target: {
    uuid: string;
}): void;
