/** * System diagnostics collection for issue reports. * * Extracted from CLI issue command to core for shared use * by both CLI and dispatch layer. * * @task T4555 * @epic T4820 */ /** * Collect system diagnostics for bug reports. */ export declare function collectDiagnostics(): Record; /** * Format diagnostics as markdown table. */ export declare function formatDiagnosticsTable(diag: Record): string; //# sourceMappingURL=diagnostics.d.ts.map