/** * Testnet Stx * * @format */ import { BaseCoin, BitGoBase } from '@bitgo/sdk-core'; import { BaseCoin as StaticsBaseCoin } from '@bitgo/statics'; import { Stx } from './stx'; export declare class Tstx extends Stx { protected readonly _staticsCoin: Readonly; constructor(bitgo: BitGoBase, staticsCoin?: Readonly); static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly): BaseCoin; getChain(): string; getFullName(): string; } //# sourceMappingURL=tstx.d.ts.map