import type { ConfigPlugin } from 'expo/config-plugins'; import type { ConfigProps } from './@types'; /** * Workaround for some jank XCode releases that break React Native native modules * * see: https://github.com/mrousavy/nitro/issues/422#issuecomment-2545988256 */ export declare const withXCode: ConfigPlugin; //# sourceMappingURL=withXCode.d.ts.map