/** * Testnet Arbeth */ import { BaseCoin, BitGoBase } from '@bitgo-beta/sdk-core'; import { BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics'; import { Arbeth } from './arbeth'; export declare class Tarbeth extends Arbeth { protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly); static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly): BaseCoin; } //# sourceMappingURL=tarbeth.d.ts.map