import { BaseCoin, BitGoBase } from '@bitgo-beta/sdk-core'; import { Xlm } from './xlm'; export declare class Txlm extends Xlm { constructor(bitgo: BitGoBase); static createInstance(bitgo: BitGoBase): BaseCoin; protected getStellarNetwork(): any; getChain(): string; getFullName(): string; getHorizonUrl(): string; } //# sourceMappingURL=txlm.d.ts.map