import { SentryErrorHandler } from '@sentry/angular';
import { SentryMonitoringOptions } from './sentry.interface';
export declare const createSentryErrorHandler: (options: SentryMonitoringOptions) => SentryErrorHandler;
export declare const initSentry: (options: SentryMonitoringOptions, force?: boolean) => void;
