/** * Testnet Cosmos * * @format */ import { BaseCoin, BitGoBase } from '@bitgo-beta/sdk-core'; import { Atom } from './atom'; import { BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics'; export declare class Tatom extends Atom { protected readonly _staticsCoin: Readonly; protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly); static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly): BaseCoin; /** * Identifier for the blockchain which supports this coin */ getChain(): string; /** * Complete human-readable name of this coin */ getFullName(): string; } //# sourceMappingURL=tatom.d.ts.map