/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ /** * Returns group from .xcodeproj if one exists, null otherwise * * Unlike node-xcode `pbxGroupByName` - it does not return `first-matching` * group if multiple groups with the same name exist * * If path is not provided, it returns top-level group */ export default function getGroup(project: any, path?: string): any; //# sourceMappingURL=getGroup.d.ts.map