import { ADNLUtil } from './uadnl'; import { adnl_message_answer } from './auto/schema-tl'; declare function handleUnknownRespCode(respCode: number): void; declare function handleAnyError(msg: adnl_message_answer): void; declare function handleCurrentTime(adnlUtil: ADNLUtil, msg: adnl_message_answer): void; declare function handleMasterchainInfo(adnlUtil: ADNLUtil, msg: adnl_message_answer): void; declare function handleBlockHeader(adnlUtil: ADNLUtil, msg: adnl_message_answer): void; declare function handleBlockData(msg: adnl_message_answer): void; export { handleUnknownRespCode, handleAnyError, handleCurrentTime, handleMasterchainInfo, handleBlockHeader, handleBlockData };