type Options = { /** * If true, includes the `path` and `dest` properties in the error context. */ includePaths?: boolean; }; /** * Captures context for Node.js SystemError errors. */ export declare const systemErrorIntegration: (options?: Options | undefined) => import("@sentry/core").Integration; export {}; //# sourceMappingURL=systemError.d.ts.map