import { XcodeProject } from '@expo/config-plugins';
export declare function addXCConfigurationList(xcodeProject: XcodeProject, targetName: string, bundleIdentifier: string, deploymentTarget: string, currentProjectVersion: string, marketingVersion: string): any;
