export declare function shouldReportCrash(projectPath?: string): boolean | undefined; export declare function persistReportCrashReportDecision(decision: boolean, projectPath?: string): void; export declare function initializErrorReporting(runConsentPrompt?: () => Promise): Promise; export declare function captureException({ message, type, command, context, }: { message: string; type: string; command: string; context?: Record; }): void; //# sourceMappingURL=error-reporting.d.ts.map