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