export declare function resetAllPlistBundleIdentifiers(projectRoot: string): void;
export declare function resetPlistBundleIdentifier(plistPath: string): void;
export declare function updateBundleIdentifierForPbxproj(pbxprojPath: string, bundleIdentifier: string): void;
export declare function setBundleIdentifier(projectRoot: string, bundleIdentifier: string): void;
