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