import { Slice } from 'ton3-core'; import { CommonMessageInfoInternal } from './CommonMessageInfoInternal'; /** * int_msg_info$0 ihr_disabled:Bool bounce:Bool bounced:Bool * src:MsgAddressInt dest:MsgAddressInt * value:CurrencyCollection ihr_fee:Grams fwd_fee:Grams * created_lt:uint64 created_at:uint32 = CommonMsgInfo; */ export declare function loadCommonMessageInfoInternal(slice: Slice): CommonMessageInfoInternal; //# sourceMappingURL=loadCommonMessageInfoInternal.d.ts.map