export declare function isPdfSupported(): boolean; export declare function extractPdfText(filePath: string): { text: string; pageCount: number; };