export declare function isMarkItDownSupported(): boolean; /** * Convert any file to markdown using Microsoft MarkItDown. * Supports: PDF, DOCX, PPTX, XLSX, HTML, images, audio, ZIP, etc. */ export declare function convertWithMarkItDown(filePath: string): string; export declare function isMarkItDownFormat(ext: string): boolean;