interface DebugOptions { /** Controls whether console output created by this integration should be stringified. Default: `false` */ stringify?: boolean; /** Controls whether a debugger should be launched before an event is sent. Default: `false` */ debugger?: boolean; } export declare const debugIntegration: (options?: DebugOptions | undefined) => import("@sentry/types").Integration; export {}; //# sourceMappingURL=debug.d.ts.map