export type CoinBalance = { coinType: string; coinObjectCount: number; totalBalance: string; }; //# sourceMappingURL=coins.d.ts.map