import type { PBXProject } from "./xcode";
/**
 * Get an array containing the UUID of each target in the project
 */
export declare function getTargetUUIDs(project: PBXProject): string[];
/**
 * Get a target by UUID
 */
export declare function getTargetByUUID(project: PBXProject, uuid: string): unknown;
//# sourceMappingURL=utils.d.ts.map