import { XCache } from './types'; export declare function processFiles(x: XCache): (files: string[]) => Promise;