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