declare const processFiles: (options: any) => Promise<{ fileContent: string; totalFiles: number; }>; export { processFiles };