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