/**
* @augments {ObjectMap<AccountId, Long>}
*/
export default class TokenTransferAccountMap extends ObjectMap<AccountId, import("long").Long> {
constructor();
}
import AccountId from "../account/AccountId.js";
import ObjectMap from "../ObjectMap.js";