import { BitGoBase, BaseCoin } from '@bitgo/sdk-core';
import { Ltc } from './ltc';
export declare class Tltc extends Ltc {
constructor(bitgo: BitGoBase);
static createInstance(bitgo: BitGoBase): BaseCoin;
}
//# sourceMappingURL=tltc.d.ts.map