interface Options { /** * Maximum number of minidumps to send per session * Once this number has been reached, no more minidumps will be sent * * default: 10 */ maxMinidumpsPerSession?: number; } /** * Sends minidumps via the Sentry uploader */ export declare const sentryMinidumpIntegration: (options?: Options | undefined) => import("@sentry/core").Integration; export {}; //# sourceMappingURL=index.d.ts.map