/** * `monomind crash-reporting` — opt-out switch for the crash reporter used by * monomind, mono-agent, monotask, and mono-clip. On by default. */ import type { Command } from '../types.js'; export declare const crashReportingCommand: Command; export default crashReportingCommand; //# sourceMappingURL=crash-reporting.d.ts.map