import { ConfigPlugin } from 'expo/config-plugins'; import type { ExpoConfig } from 'expo/config'; export declare function getSentryProperties(config: ExpoConfig): string | null; declare const _default: ConfigPlugin; export default _default;