import type { BrowserOptions } from '@sentry/react';
export * from '@sentry/react';
export { captureUnderscoreErrorException } from '../common/_error';
/** Inits the Sentry NextJS SDK on the browser with the React SDK. */
export declare function init(options: BrowserOptions): void;
/**
 * Just a passthrough in case this is imported from the client.
 */
export declare function withSentryConfig<T>(exportedUserNextConfig: T): T;
export { browserTracingIntegration } from './browserTracingIntegration';
export * from '../common';
//# sourceMappingURL=index.d.ts.map