import type { Cache } from './type';
export declare function createStackedCache(caches: Cache[]): Cache;
