import { AssetObject } from './asset-object.mjs'; export type ResStateValue = { balance: string; assetObject: AssetObject; };