/** * `monomind report-crash` — files a GitHub issue for a crash (or saves it * locally if no GitHub auth is available). Called by monomind's own * uncaught-exception handler, and shelled out to by mono-agent (Go), * monotask, and mono-clip (Rust) from their own panic/recover handlers. */ import type { Command } from '../types.js'; export declare const reportCrashCommand: Command; export default reportCrashCommand; //# sourceMappingURL=report-crash.d.ts.map