import { type ZKCacheWithProgram } from '../index.js';
export declare function cacheBuilder(caches: ZKCacheWithProgram[], cacheDir: string, layoutsDir: string): Promise<void>;
