import { IChain } from '..'; import { BtcChain } from '../btc'; export declare class LtcChain extends BtcChain implements IChain { constructor(); } //# sourceMappingURL=index.d.ts.map