/** * Export as run-once plugin to prevent duplicate applications. * * This ensures the plugin is only applied once even if it appears multiple times * in the plugins array or is included indirectly by other plugins. * * The plugin is uniquely identified by the package name and version. */ declare const _default: import("expo/config-plugins").ConfigPlugin; export default _default; export type { BitmovinConvivaAnalyticsPluginProps } from './types';