import { Integration } from '@sentry/types'; /** Capture unhandled erros. */ export declare class OnUncaughtException implements Integration { private readonly _options; /** * @inheritDoc */ static id: string; /** * @inheritDoc */ name: string; /** * @inheritDoc */ constructor(_options?: { /** Fatal Error callback */ onFatalError?(firstError: Error, secondError?: Error): void; }); /** * @inheritDoc */ setupOnce(): void; } //# sourceMappingURL=onuncaughtexception.d.ts.map