import { Cell } from '../boc/Cell'; import { DictionaryKeyTypes, Dictionary, DictionaryKey } from './Dictionary'; export declare function generateMerkleUpdate(dict: Dictionary, key: K, keyObject: DictionaryKey, newValue: V): Cell;