import { BrowserOptions } from '@sentry/react';
export { withProfiler, withErrorBoundary } from '@sentry/react';
declare function initSentry(options: BrowserOptions): void;
export { initSentry };
