import { BaseCoin, BitGoBase } from '@bitgo-beta/sdk-core'; import { Eos } from './eos'; export declare class Teos extends Eos { static createInstance(bitgo: BitGoBase): BaseCoin; getChainId(): string; getChain(): string; getFullName(): string; getPublicNodeUrls(): string[]; } //# sourceMappingURL=teos.d.ts.map