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