import { IChain } from '..'; import { BtcChain } from '../btc'; export declare class DogeChain extends BtcChain implements IChain { private bitcoreLibDoge; constructor(bitcoreLibDoge?: any); selectTxInputs(server: any, txp: any, wallet: any, opts: any, cb: any): any; getWalletSendMaxInfo(server: any, wallet: any, opts: any, cb: any): void; } //# sourceMappingURL=index.d.ts.map