import { ConfigPlugin } from '@expo/config-plugins'; /** * A config plugin for configuring `@interaxyz/mobile` */ declare const withInteraMobileApp: ConfigPlugin<{ appName?: string; }>; export default withInteraMobileApp;