import type { ConfigPlugin } from '@expo/config-plugins'; import type { XCParseXcodeProject } from './withXCParseXcodeProject'; export declare function setSwiftVersionIfNotPresent(swiftVersionToSet: string, { project }: { project: XCParseXcodeProject; }): XCParseXcodeProject; export declare const withSwiftVersion: ConfigPlugin;