import { Event, SdkInfo } from '@sentry/core'; import { NodeClient } from '@sentry/node'; export declare const SDK_NAME = "sentry.javascript.electron"; /** Gets SDK info */ export declare function getSdkInfo(sendDefaultPii: boolean): SdkInfo; /** Gets the default release name */ export declare function getDefaultReleaseName(): string; /** Gets the default environment */ export declare function getDefaultEnvironment(): string; /** * Gets the default event data by calling all event processors. */ export declare function getEventDefaults(client: NodeClient): Promise; //# sourceMappingURL=context.d.ts.map