import type { Chain } from '../../../../blockchain/index.ts'; import type { ChainCache } from '../types.ts'; export declare const pruneCachedBlocks: (chain: Chain, chainCache: ChainCache) => void; //# sourceMappingURL=forkchoiceUpdated.d.ts.map