import { Integration } from '@sentry/types'; /** Electron integration that cleans up the event. */ export declare class Electron implements Integration { /** * @inheritDoc */ static id: string; /** * @inheritDoc */ name: string; /** * @inheritDoc */ setupOnce(): void; /** * Hooks into the Electron EventEmitter to capture breadcrumbs for the * specified events. */ private _instrumentBreadcrumbs; } //# sourceMappingURL=electron.d.ts.map