import type { DiagnosedStack, StackDiagnosis } from '../../actions/diagnose'; import type { ActionLessMessage } from '../io/private'; /** * Turn the given stack diagnosis result into an IO message, with default message formatting * * The default message formatting is what the CLI will print. */ export declare function hostMessageFromDiagnosis(stack: DiagnosedStack): ActionLessMessage; /** * Render the problem diagnosis as a human readable message */ export declare function formatProblemDiagnosis(diag: Extract): string; //# sourceMappingURL=diagnosis-formatting.d.ts.map