export declare const Constants: { readonly BuildPhase: { readonly PatchExpoPhase: "Patch ExpoModulesProvider"; readonly RNBundlePhase: "Bundle React Native code and images"; readonly Script: "PBXShellScriptBuildPhase"; readonly Sources: "PBXSourcesBuildPhase"; }; readonly Target: { readonly ApplicationProductType: "\"com.apple.product-type.application\""; readonly Framework: "framework"; }; readonly Utils: { readonly XCEmptyString: "\"\""; }; };