import { BitGoBase, BaseCoin } from '@bitgo-beta/sdk-core'; import { Bch } from '@bitgo-beta/sdk-coin-bch'; export declare class Bcha extends Bch { static createInstance(bitgo: BitGoBase): BaseCoin; getChain(): string; getFamily(): string; getFullName(): string; } //# sourceMappingURL=bcha.d.ts.map