import { ConfigPlugin } from '@expo/config-plugins'; import { TExpoNotifeeRemote } from '../types'; /** * Makes it possible for EAS CLI to know what app extensions exist before the build starts * (before the Xcode project has been generated) to ensure that * the required credentials are generated and validated. * @link https://docs.expo.dev/build-reference/app-extensions/#managed-projects-experimental-support */ declare const withEasAppExtension: ConfigPlugin; export default withEasAppExtension; //# sourceMappingURL=withEasAppExtension.d.ts.map