import { Md2PdfError } from './index.js'; export interface Recommendation { summary: string; commands: string[]; docs?: string; } export declare function getRecommendation(error: Md2PdfError): Recommendation | null;