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