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