import { IChain } from '..'; import { BtcChain } from '../btc'; export declare class BchChain extends BtcChain implements IChain { constructor(); getSizeSafetyMargin(opts: any): number; getInputSizeSafetyMargin(opts: any): number; validateAddress(wallet: any, inaddr: any, opts: any): void; } //# sourceMappingURL=index.d.ts.map