export declare function patchXcodeProject(opts: {
    push: (array: any[], item: any, originalPush: (item: any) => number) => number;
}): () => void;
export declare function patchXcodeHasFile(): () => void;
export declare function pbxBuildPhaseObj(file: {
    basename: string;
    group: string;
    uuid: string;
}): any;
export declare function longComment(file: {
    basename: string;
    group: string;
}): string;
export declare function normalizeBundleId(bundleId: string, opts: {
    productName: string;
}): string;
export declare function unquote(str: string): string;
