import type { ConfigPlugin } from 'expo/config-plugins'; import type { PluginConfig } from '../types'; declare const withBuildPropertiesPlugin: ConfigPlugin; export default withBuildPropertiesPlugin;