import { XCache, XPackage } from './types'; export declare function createXConfig(pkg: XPackage): XCache;