import { type DetectedError } from "./patterns";
export declare function buildRetryGuidance(errorInfo: DetectedError): string;
