import { ConfigPlugin } from 'expo/config-plugins'; export type PluginConfig = { experimentalLauncherActivity?: boolean; }; export declare const withWebBrowserAndroid: ConfigPlugin;