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