import { XcodeProjectType } from 'xcode';
import { XcodeAddConfiguration } from '../../types/mod.types';
export declare function applyAddConfiguration(content: XcodeProjectType, action: XcodeAddConfiguration, configPath: string, packageName: string): Promise<XcodeProjectType>;
