export declare const XCODE_PROJECT = "ios/*.xcodeproj/project.pbxproj";
export declare const APP_BUILD_GRADLE = "**/app/build.gradle";
export declare function getFirstMatchedPath(pattern: string): string | undefined;
