import type { Client, Integration, IntegrationClass } from '@sentry/types'; type GlobalHandlersIntegrationsOptionKeys = 'onerror' | 'onunhandledrejection'; type GlobalHandlersIntegrations = Record; export declare const globalHandlersIntegration: (options?: Partial | undefined) => import("@sentry/types").IntegrationFnResult; /** * Global handlers. * @deprecated Use `globalHandlersIntegration()` instead. */ export declare const GlobalHandlers: IntegrationClass void; }> & (new (options?: Partial) => Integration); export {}; //# sourceMappingURL=globalhandlers.d.ts.map