import { AbstractBitcoreLibDeriver } from '../btc';
export declare class BchDeriver extends AbstractBitcoreLibDeriver {
    bitcoreLib: any;
    getAddress(network: string, pubKey: any, addressType: string): any;
}
//# sourceMappingURL=index.d.ts.map