import { SentryExpoNativeOptions } from './utils';
export * as Native from '@sentry/react-native';
export declare const init: (options?: SentryExpoNativeOptions) => void;
