import { BrowserOptions, User, ErrorHandlerOptions } from '@sentry/angular'; export { BrowserOptions, User } from '@sentry/angular'; import * as i0 from '@angular/core'; import { ModuleWithProviders, EnvironmentProviders } from '@angular/core'; type SentryOptions = BrowserOptions & Required> & { tracePropagationTargets?: (string | RegExp)[]; }; declare const setSentryUser: (user: User | null) => void; declare const initSentry: (options: SentryOptions) => void; declare class NgxSentryModule { static forRoot(options?: ErrorHandlerOptions): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare const provideSentry: (options?: ErrorHandlerOptions) => EnvironmentProviders; export { NgxSentryModule, initSentry, provideSentry, setSentryUser }; export type { SentryOptions };