export interface AdditionalContextOptions { /** * Capture dimensions and resolution of the primary display * @default true */ screen: boolean; /** * Capture device model and manufacturer. * No supported on Linux. * @default false */ deviceModelManufacturer: boolean; } /** * Adds additional Electron context to events */ export declare const additionalContextIntegration: (userOptions?: Partial | undefined) => import("@sentry/core").Integration; //# sourceMappingURL=additional-context.d.ts.map