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