import type { DiagnosticReport } from './types';
/**
 * Normalize a native diagnostic payload into a DiagnosticReport
 */
export declare function parseDiagnosticReport(raw: unknown): DiagnosticReport;
/**
 * Format a diagnostic report for logs or sharing with support
 */
export declare function formatDiagnosticReport(report: DiagnosticReport): string;
//# sourceMappingURL=diagnostics.d.ts.map