export interface Options { /** * Whether sessions should be sent immediately on creation * * @default false */ sendOnCreate?: boolean; } /** Tracks sessions as the main process lifetime. */ export declare const mainProcessSessionIntegration: (options?: Options | undefined) => import("@sentry/core").Integration; //# sourceMappingURL=main-process-session.d.ts.map