import { BaseCoin, BitGoBase } from '@bitgo-beta/sdk-core'; import { Sol } from './sol'; import { BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics'; export declare class Tsol extends Sol { protected readonly _staticsCoin: Readonly; constructor(bitgo: BitGoBase, staticsCoin?: Readonly); static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly): BaseCoin; getChain(): string; getFullName(): string; } //# sourceMappingURL=tsol.d.ts.map