import { BaseCoin, BitGoBase } from '@bitgo-beta/sdk-core'; import { BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics'; import { Tao } from './tao'; export declare class Ttao extends Tao { 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=ttao.d.ts.map