import { type CacheConfig } from './types.js';
export declare function cacheFactory(cacheConfig: CacheConfig): Promise<import("o1js/dist/node/index.js").Cache>;
export * from './types.js';
