/** * Testnet Sui * * @format */ import { BaseCoin, BitGoBase } from '@bitgo-beta/sdk-core'; import { Sui } from './sui'; import { BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics'; export declare class Tsui extends Sui { 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=tsui.d.ts.map