export interface BacktraceReportStackTraceInfo { stack: string; message: string; }