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