import { ConfigPlugin } from"expo/config-plugins";
/**
* Adds a Localizable.strings file reference to the Xcode project for each locale. This is necessary for Xcode to recognize the various languages.
*/exportdeclareconstwithIosLocalizableProject: ConfigPlugin<{
locales: string[];
}>;