import { Integration, StackParser } from '@sentry/core'; import { NodeOptions } from '@sentry/node'; export declare const defaultStackParser: StackParser; /** Get the default integrations for the main process SDK. */ export declare function getDefaultIntegrations(): Integration[]; /** * Initialize Sentry in the Electron main process */ export declare function init(userOptions?: NodeOptions): void; //# sourceMappingURL=sdk.d.ts.map