import { ConfigPlugin } from '@expo/config-plugins';
/**
 * Expo config plugin for Android Shopify Performance integration
 * @param config - Expo config
 * @returns Modified config with Shopify Performance native initialization
 */
declare const withShopifyPerformanceAndroid: ConfigPlugin;
export default withShopifyPerformanceAndroid;
